diff options
author | Amir Bandeali <abandeali1@gmail.com> | 2019-01-22 07:34:48 +0800 |
---|---|---|
committer | Amir Bandeali <abandeali1@gmail.com> | 2019-01-22 13:41:21 +0800 |
commit | f9c29c3e7421bc8bcb59316e366249d1b0efb407 (patch) | |
tree | c1098c473833678156dd6321379ac7461b197daa /contracts/asset-proxy/package.json | |
parent | 0758f231e21e9b9d3c3ca21ea639b0d8d9acf2f1 (diff) | |
download | dexon-0x-contracts-f9c29c3e7421bc8bcb59316e366249d1b0efb407.tar dexon-0x-contracts-f9c29c3e7421bc8bcb59316e366249d1b0efb407.tar.gz dexon-0x-contracts-f9c29c3e7421bc8bcb59316e366249d1b0efb407.tar.bz2 dexon-0x-contracts-f9c29c3e7421bc8bcb59316e366249d1b0efb407.tar.lz dexon-0x-contracts-f9c29c3e7421bc8bcb59316e366249d1b0efb407.tar.xz dexon-0x-contracts-f9c29c3e7421bc8bcb59316e366249d1b0efb407.tar.zst dexon-0x-contracts-f9c29c3e7421bc8bcb59316e366249d1b0efb407.zip |
Cleanup package.json files
Diffstat (limited to 'contracts/asset-proxy/package.json')
-rw-r--r-- | contracts/asset-proxy/package.json | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/contracts/asset-proxy/package.json b/contracts/asset-proxy/package.json index 258cf4629..5cd9604cd 100644 --- a/contracts/asset-proxy/package.json +++ b/contracts/asset-proxy/package.json @@ -47,25 +47,20 @@ "@0x/abi-gen": "^1.0.22", "@0x/dev-utils": "^1.0.24", "@0x/sol-compiler": "^2.0.2", - "@0x/subproviders": "^2.1.11", "@0x/tslint-config": "^2.0.2", - "@types/bn.js": "^4.11.0", "@types/lodash": "4.14.104", "@types/node": "*", - "@types/yargs": "^10.0.0", "chai": "^4.0.1", "chai-as-promised": "^7.1.0", "chai-bignumber": "^3.0.0", "dirty-chai": "^2.0.1", - "ethereumjs-abi": "0.6.5", "make-promises-safe": "^1.1.0", "mocha": "^4.1.0", "npm-run-all": "^4.1.2", "shx": "^0.2.2", "solhint": "^1.4.1", "tslint": "5.11.0", - "typescript": "3.0.1", - "yargs": "^10.0.3" + "typescript": "3.0.1" }, "dependencies": { "@0x/base-contract": "^3.0.13", @@ -78,10 +73,7 @@ "@0x/typescript-typings": "^3.0.8", "@0x/utils": "^3.0.1", "@0x/web3-wrapper": "^3.2.4", - "@types/js-combinatorics": "^0.5.29", - "bn.js": "^4.11.8", "ethereum-types": "^1.1.6", - "ethereumjs-util": "^5.1.1", "lodash": "^4.17.5" }, "publishConfig": { |