aboutsummaryrefslogtreecommitdiffstats
path: root/packages/0x.js/package.json
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-03-04 22:21:32 +0800
committerGitHub <noreply@github.com>2018-03-04 22:21:32 +0800
commit42f4f0726864d425266a72607592207e81dc2696 (patch)
tree2765a9fd93a4ae3c988f23979c20c63506275288 /packages/0x.js/package.json
parent4445d1d5a0f5d5fa263d7a063519a9a9bca1ec94 (diff)
parent3ab613952222eb24bbabb551ac9928e212c3e90d (diff)
downloaddexon-sol-tools-42f4f0726864d425266a72607592207e81dc2696.tar
dexon-sol-tools-42f4f0726864d425266a72607592207e81dc2696.tar.gz
dexon-sol-tools-42f4f0726864d425266a72607592207e81dc2696.tar.bz2
dexon-sol-tools-42f4f0726864d425266a72607592207e81dc2696.tar.lz
dexon-sol-tools-42f4f0726864d425266a72607592207e81dc2696.tar.xz
dexon-sol-tools-42f4f0726864d425266a72607592207e81dc2696.tar.zst
dexon-sol-tools-42f4f0726864d425266a72607592207e81dc2696.zip
Merge pull request #429 from 0xProject/fix/incorrectDeps
Move required typing from devDeps to deps
Diffstat (limited to 'packages/0x.js/package.json')
-rw-r--r--packages/0x.js/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/0x.js/package.json b/packages/0x.js/package.json
index cc01d15ae..98b0981d4 100644
--- a/packages/0x.js/package.json
+++ b/packages/0x.js/package.json
@@ -78,7 +78,6 @@
"typescript": "2.7.1",
"web3-provider-engine": "^13.0.1",
"ethers-typescript-typings": "^0.0.1",
- "web3-typescript-typings": "^0.9.11",
"webpack": "^3.1.0"
},
"dependencies": {
@@ -97,6 +96,7 @@
"js-sha3": "^0.7.0",
"lodash": "^4.17.4",
"uuid": "^3.1.0",
- "web3": "^0.20.0"
+ "web3": "^0.20.0",
+ "web3-typescript-typings": "^0.9.11"
}
}