|
|
|
@ -28,7 +28,7 @@ |
|
|
|
|
"npm-run-all": "^4.1.2", |
|
|
|
|
"fast-async": "^6.1.2", |
|
|
|
|
"remix-lib": "^0.2.9", |
|
|
|
|
"solc": "https://github.com/ethereum/solc-js" |
|
|
|
|
"solc": "^0.4.24" |
|
|
|
|
}, |
|
|
|
|
"devDependencies": { |
|
|
|
|
"standard": "^7.0.1", |
|
|
|
@ -38,8 +38,7 @@ |
|
|
|
|
"scripts": { |
|
|
|
|
"build": "mkdirp build; browserify index.js > build/app.js", |
|
|
|
|
"lint": "standard | notify-error", |
|
|
|
|
"downloadsolc": "cd node_modules/solc && (test -e soljson.js || wget --no-check-certificate https://solc-bin.ethereum.org/soljson.js) && cd ..", |
|
|
|
|
"test": "standard && npm run downloadsolc && tape ./test/tests.js" |
|
|
|
|
"test": "standard && tape ./test/tests.js" |
|
|
|
|
}, |
|
|
|
|
"repository": { |
|
|
|
|
"type": "git", |
|
|
|
|