diff options
-rw-r--r-- | packages/0x.js/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/0x.js/package.json b/packages/0x.js/package.json index 26e9c954d..a78457e22 100644 --- a/packages/0x.js/package.json +++ b/packages/0x.js/package.json @@ -53,7 +53,6 @@ "@types/mocha": "^2.2.42", "@types/node": "*", "@types/sinon": "^2.2.2", - "@types/web3-provider-engine": "^14.0.0", "awesome-typescript-loader": "^5.2.1", "chai": "^4.0.1", "chai-as-promised": "^7.1.0", @@ -85,6 +84,7 @@ "@0xproject/typescript-typings": "^3.0.2", "@0xproject/utils": "^2.0.2", "@0xproject/web3-wrapper": "^3.0.3", + "@types/web3-provider-engine": "^14.0.0", "ethereum-types": "^1.0.11", "ethers": "~4.0.4", "lodash": "^4.17.5", |