Release v2.1.0 solc 0.5.x (#1568)
* Now compiling in a separate directory using truffle 5. * Ported to 0.5.1, now compiling using 0.5.1. * test now also compiles using the truffle 5 hack. * Downgraded to 0.5.0. * Sorted scripts. * Cleaned up the compile script a bit.
This commit is contained in:
17
package.json
17
package.json
@ -8,18 +8,19 @@
|
||||
"test"
|
||||
],
|
||||
"scripts": {
|
||||
"test": "scripts/test.sh",
|
||||
"build": "scripts/build.sh",
|
||||
"compile": "scripts/compile.sh",
|
||||
"console": "truffle console",
|
||||
"coverage": "scripts/coverage.sh",
|
||||
"lint": "npm run lint:js && npm run lint:sol",
|
||||
"lint:fix": "npm run lint:js:fix && npm run lint:sol:fix",
|
||||
"lint:js": "eslint .",
|
||||
"lint:js:fix": "eslint . --fix",
|
||||
"lint:sol": "solium -d .",
|
||||
"lint:sol:fix": "solium -d . --fix",
|
||||
"lint": "npm run lint:js && npm run lint:sol",
|
||||
"lint:fix": "npm run lint:js:fix && npm run lint:sol:fix",
|
||||
"console": "truffle console",
|
||||
"coverage": "scripts/coverage.sh",
|
||||
"version": "scripts/version.js",
|
||||
"build": "scripts/build.sh",
|
||||
"prepack": "npm run build"
|
||||
"prepack": "npm run build",
|
||||
"test": "npm run compile && scripts/test.sh",
|
||||
"version": "scripts/version.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user