Merge pull request #914 from ethereum/yann300-patch-18

Use web3 0.20.7
pull/7/head
yann300 6 years ago committed by GitHub
commit 04416bb611
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      remix-lib/package.json

@ -30,7 +30,7 @@
"solc": "^0.4.13", "solc": "^0.4.13",
"standard": "^7.0.1", "standard": "^7.0.1",
"tape": "^4.6.0", "tape": "^4.6.0",
"web3": "^0.18.0" "web3": "0.20.7"
}, },
"scripts": { "scripts": {
"test": "standard && tape ./test/tests.js" "test": "standard && tape ./test/tests.js"

Loading…
Cancel
Save