Remove unused dependencies

This commit is contained in:
Leonid Logvinov 2018-11-27 13:54:04 +01:00
parent e70d897282
commit 0d3fb79c05
No known key found for this signature in database
GPG Key ID: 0DD294BFDE8C95D4
2 changed files with 0 additions and 10 deletions

View File

@ -54,7 +54,6 @@
"@0x/subproviders": "^2.1.6", "@0x/subproviders": "^2.1.6",
"@0x/tslint-config": "^1.0.10", "@0x/tslint-config": "^1.0.10",
"@types/bn.js": "^4.11.0", "@types/bn.js": "^4.11.0",
"@types/ethereumjs-abi": "^0.6.0",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"@types/node": "*", "@types/node": "*",
"@types/yargs": "^10.0.0", "@types/yargs": "^10.0.0",
@ -83,10 +82,7 @@
"@types/js-combinatorics": "^0.5.29", "@types/js-combinatorics": "^0.5.29",
"bn.js": "^4.11.8", "bn.js": "^4.11.8",
"ethereum-types": "^1.1.2", "ethereum-types": "^1.1.2",
"ethereumjs-abi": "0.6.5",
"ethereumjs-util": "^5.1.1", "ethereumjs-util": "^5.1.1",
"ethers": "~4.0.4",
"js-combinatorics": "^0.5.3",
"lodash": "^4.17.5" "lodash": "^4.17.5"
}, },
"publishConfig": { "publishConfig": {

View File

@ -78,13 +78,7 @@
"@0x/typescript-typings": "^3.0.4", "@0x/typescript-typings": "^3.0.4",
"@0x/utils": "^2.0.6", "@0x/utils": "^2.0.6",
"@0x/web3-wrapper": "^3.1.5", "@0x/web3-wrapper": "^3.1.5",
"@types/js-combinatorics": "^0.5.29",
"bn.js": "^4.11.8",
"ethereum-types": "^1.1.2", "ethereum-types": "^1.1.2",
"ethereumjs-abi": "0.6.5",
"ethereumjs-util": "^5.1.1",
"ethers": "~4.0.4",
"js-combinatorics": "^0.5.3",
"lodash": "^4.17.5" "lodash": "^4.17.5"
}, },
"publishConfig": { "publishConfig": {