update to 0.0.4

pull/7/head
Iuri Matias 7 years ago
parent 3fd0a6e2d8
commit ca847b5337
  1. 6981
      package-lock.json
  2. 5
      package.json

6981
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -1,6 +1,6 @@
{
"name": "remix-tests",
"version": "0.0.3",
"version": "0.0.4",
"description": "",
"main": "./src/index.js",
"contributors": [
@ -17,8 +17,6 @@
"remix-tests": "./bin/remix-tests"
},
"scripts": {
"downloadsolc": "cd node_modules/solc && (test -e soljson.js || wget https://ethereum.github.io/solc-bin/soljson.js) && cd ..",
"prepublish": "npm-run-all -ls downloadsolc",
"lint": "standard",
"test": "standard && mocha tests/ -t 300000"
},
@ -45,6 +43,7 @@
"commander": "^2.13.0",
"remix-simulator": "latest",
"remix-solidity": "latest",
"solc": "^0.4.24",
"standard": "^10.0.3",
"web3": "1.0.0-beta.27"
},

Loading…
Cancel
Save