Commit ca847b53 authored by Iuri Matias's avatar Iuri Matias

update to 0.0.4

parent 3fd0a6e2
This source diff could not be displayed because it is too large. You can view the blob instead.
{ {
"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 @@ ...@@ -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 @@ ...@@ -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"
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment