Move API dependencies

This commit is contained in:
Jaco Greeff
2017-04-20 11:24:49 +02:00
parent 8b144bedd1
commit 8a46a4b567
3 changed files with 9 additions and 8 deletions

View File

@@ -27,9 +27,12 @@
"dependencies": {
"@parity/abi": "file:../abi",
"@parity/jsonrpc": "file:../jsonrpc",
"bignumber.js": "~2.3.0",
"bignumber.js": "3.0.1",
"ethereumjs-tx": "1.2.5",
"eventemitter3": "2.0.2",
"js-sha3": "~0.5.2",
"node-fetch": "~1.6.3"
"js-sha3": "0.5.5",
"keythereum": "0.4.6",
"node-fetch": "1.6.3",
"secp256k1": "3.2.5"
}
}