1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00

Update web3.js version

This commit is contained in:
Dan Finlay 2016-10-25 16:43:56 -07:00
parent f7688ac3cf
commit 9b8c970706
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
## Current Master
- Add a check for improper Transaction data.
- Inject up to date version of web3.js
## 2.13.5 2016-10-18

View File

@ -82,7 +82,7 @@
"three.js": "^0.73.2",
"through2": "^2.0.1",
"vreme": "^3.0.2",
"web3": "ethereum/web3.js#260ac6e78a8ce4b2e13f5bb0fdb65f4088585876",
"web3": "ethereum/web3.js",
"web3-provider-engine": "^8.1.5",
"web3-stream-provider": "^2.0.6",
"xtend": "^4.0.1"