Remove unused imported Web3.js

This commit is contained in:
Fabio Berger
2018-07-03 23:36:14 +02:00
parent d097113639
commit a5653337c1
4 changed files with 1 additions and 5 deletions

View File

@@ -85,7 +85,6 @@
"ethereumjs-abi": "^0.6.4", "ethereumjs-abi": "^0.6.4",
"ethereumjs-util": "^5.1.1", "ethereumjs-util": "^5.1.1",
"ethers": "3.0.22", "ethers": "3.0.22",
"lodash": "^4.17.4", "lodash": "^4.17.4"
"web3": "^0.20.0"
} }
} }

View File

@@ -52,7 +52,6 @@
"@0xproject/typescript-typings": "^0.4.1", "@0xproject/typescript-typings": "^0.4.1",
"@0xproject/web3-wrapper": "^0.7.1", "@0xproject/web3-wrapper": "^0.7.1",
"lodash": "^4.17.4", "lodash": "^4.17.4",
"web3": "^0.20.0",
"web3-provider-engine": "14.0.6" "web3-provider-engine": "14.0.6"
}, },
"publishConfig": { "publishConfig": {

View File

@@ -93,7 +93,6 @@
"require-from-string": "^2.0.1", "require-from-string": "^2.0.1",
"semver": "^5.5.0", "semver": "^5.5.0",
"solc": "^0.4.23", "solc": "^0.4.23",
"web3": "^0.20.0",
"web3-eth-abi": "^1.0.0-beta.24", "web3-eth-abi": "^1.0.0-beta.24",
"yargs": "^10.0.3" "yargs": "^10.0.3"
}, },

View File

@@ -43,7 +43,6 @@
"ethers": "3.0.22", "ethers": "3.0.22",
"js-sha3": "^0.7.0", "js-sha3": "^0.7.0",
"lodash": "^4.17.4", "lodash": "^4.17.4",
"web3": "^0.20.0"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"