aboutsummaryrefslogtreecommitdiffstats
path: root/packages/utils/package.json
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2018-03-26 19:00:56 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2018-03-27 23:47:04 +0800
commita2e4aaa9a394c359b9bf817ff154572eb33d4fb5 (patch)
treef8a034c2fcec9a83d9f83ed50dfd220b3965e33e /packages/utils/package.json
parent26e9696ddb004759a4a7c5f4a8901dc3255a70f9 (diff)
downloaddexon-0x-contracts-a2e4aaa9a394c359b9bf817ff154572eb33d4fb5.tar
dexon-0x-contracts-a2e4aaa9a394c359b9bf817ff154572eb33d4fb5.tar.gz
dexon-0x-contracts-a2e4aaa9a394c359b9bf817ff154572eb33d4fb5.tar.bz2
dexon-0x-contracts-a2e4aaa9a394c359b9bf817ff154572eb33d4fb5.tar.lz
dexon-0x-contracts-a2e4aaa9a394c359b9bf817ff154572eb33d4fb5.tar.xz
dexon-0x-contracts-a2e4aaa9a394c359b9bf817ff154572eb33d4fb5.tar.zst
dexon-0x-contracts-a2e4aaa9a394c359b9bf817ff154572eb33d4fb5.zip
Add clean-state tests
Diffstat (limited to 'packages/utils/package.json')
-rw-r--r--packages/utils/package.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/packages/utils/package.json b/packages/utils/package.json
index ffdd7fe2e..bc869fe1e 100644
--- a/packages/utils/package.json
+++ b/packages/utils/package.json
@@ -31,14 +31,13 @@
},
"dependencies": {
"@0xproject/types": "^0.4.1",
+ "@0xproject/typescript-typings": "^0.0.1",
"@types/node": "^8.0.53",
"bignumber.js": "~4.1.0",
"ethers-contracts": "^2.2.1",
- "ethers-typescript-typings": "^0.0.4",
"js-sha3": "^0.7.0",
"lodash": "^4.17.4",
- "web3": "^0.20.0",
- "web3-typescript-typings": "^0.10.2"
+ "web3": "^0.20.0"
},
"publishConfig": {
"access": "public"