@machinomy/contracts
Advanced tools
Comparing version 4.0.3 to 4.0.4
{ | ||
"name": "@machinomy/contracts", | ||
"version": "4.0.3", | ||
"version": "4.0.4", | ||
"description": "Machinomy contracts managed by Truffle", | ||
@@ -14,10 +14,6 @@ "license": "Apache-2.0", | ||
}, | ||
"main": "src/index.js", | ||
"types": "src/index.d.ts", | ||
"main": "dist/src/index.js", | ||
"types": "dist/src/index.d.ts", | ||
"files": [ | ||
"build/", | ||
"contracts/", | ||
"migrations/", | ||
"test/", | ||
"src/" | ||
"dist/" | ||
], | ||
@@ -36,11 +32,4 @@ "directories": { | ||
}, | ||
"size-limit": [ | ||
{ | ||
"path": "src/index.js", | ||
"limit": "200 KB" | ||
} | ||
], | ||
"scripts": { | ||
"prepublish": "yarn lint && yarn build --outDir dist/ && cp -r build/contracts dist/build", | ||
"travis": "yarn test && yarn size", | ||
"lint": "yarn lint:solidity && yarn lint:typescript", | ||
@@ -58,3 +47,2 @@ "lint:solidity": "solium -d contracts/", | ||
"doc:natspec": "node support/natspec", | ||
"size": "size-limit", | ||
"coverage": "./node_modules/.bin/solidity-coverage" | ||
@@ -89,3 +77,2 @@ }, | ||
"run-with-testrpc": "^0.2.1", | ||
"size-limit": "^0.14.0", | ||
"solidity-coverage": "^0.4.9", | ||
@@ -92,0 +79,0 @@ "solium": "^1.0.11", |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
31
514516
31
11367
1