Merge pull request #128 from ethereum/update-web3
Require web3 0.16.0 for fixes (and personal account support)
Showing
... | @@ -28,7 +28,7 @@ | ... | @@ -28,7 +28,7 @@ |
"nightwatch": "^0.9.3", | "nightwatch": "^0.9.3", | ||
"semistandard": "^7.0.0", | "semistandard": "^7.0.0", | ||
"tape": "^4.5.1", | "tape": "^4.5.1", | ||
"web3": "^0.15.3", | "web3": "^0.16.0", | ||
"webworkify": "^1.2.1" | "webworkify": "^1.2.1" | ||
}, | }, | ||
"repository": { | "repository": { | ||
... | ... |
Please
register
or
sign in
to comment