update to 0.0.4

pull/3094/head
Iuri Matias 7 years ago
parent 4cf14e0a3a
commit 20975418d3
  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", "name": "remix-tests",
"version": "0.0.3", "version": "0.0.4",
"description": "", "description": "",
"main": "./src/index.js", "main": "./src/index.js",
"contributors": [ "contributors": [
@ -17,8 +17,6 @@
"remix-tests": "./bin/remix-tests" "remix-tests": "./bin/remix-tests"
}, },
"scripts": { "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", "lint": "standard",
"test": "standard && mocha tests/ -t 300000" "test": "standard && mocha tests/ -t 300000"
}, },
@ -45,6 +43,7 @@
"commander": "^2.13.0", "commander": "^2.13.0",
"remix-simulator": "latest", "remix-simulator": "latest",
"remix-solidity": "latest", "remix-solidity": "latest",
"solc": "^0.4.24",
"standard": "^10.0.3", "standard": "^10.0.3",
"web3": "1.0.0-beta.27" "web3": "1.0.0-beta.27"
}, },

Loading…
Cancel
Save