Move web3 and ethers types to deps for utils package

This commit is contained in:
Fabio Berger
2018-03-03 10:24:29 +01:00
parent c7d97c733a
commit eefce48e68

View File

@@ -25,16 +25,16 @@
"npm-run-all": "^4.1.2",
"shx": "^0.2.2",
"tslint": "5.8.0",
"typescript": "2.7.1",
"ethers-typescript-typings": "^0.0.1",
"web3-typescript-typings": "^0.9.11"
"typescript": "2.7.1"
},
"dependencies": {
"@0xproject/types": "^0.2.3",
"bignumber.js": "~4.1.0",
"ethers-contracts": "^2.2.1",
"ethers-typescript-typings": "^0.0.1",
"js-sha3": "^0.7.0",
"lodash": "^4.17.4",
"web3": "^0.20.0"
"web3": "^0.20.0",
"web3-typescript-typings": "^0.9.11"
}
}