1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 01:39:44 +01:00

deps - bump

This commit is contained in:
kumavis 2016-02-10 11:47:21 -08:00
parent 435179856f
commit 8ed59c0d12

View File

@ -8,14 +8,14 @@
"build": "grunt build"
},
"dependencies": {
"async": "^1.4.0",
"async": "^1.5.2",
"dnode": "^1.2.2",
"end-of-stream": "^1.1.0",
"eth-lightwallet": "^1.0.1",
"ethereumjs-tx": "^0.6.7",
"ethereumjs-util": "^1.3.5",
"inject-css": "^0.1.1",
"metamask-ui": "^0.1.0",
"metamask-ui": "^0.1.1",
"web3": "^0.15.1",
"web3-provider-engine": "^5.0.0"
},