diff options
Diffstat (limited to 'packages/metacoin/package.json')
-rw-r--r-- | packages/metacoin/package.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/packages/metacoin/package.json b/packages/metacoin/package.json index 61ee8280e..6b6ab9c40 100644 --- a/packages/metacoin/package.json +++ b/packages/metacoin/package.json @@ -36,11 +36,15 @@ "@0xproject/subproviders": "^0.10.4", "@0xproject/tslint-config": "^0.4.20", "@0xproject/types": "^0.8.1", + "@0xproject/typescript-typings": "^0.4.1", "@0xproject/utils": "^0.7.1", "@0xproject/web3-wrapper": "^0.7.1", - "ethereum-types": "^0.0.1", + "@types/mocha": "^5.2.2", + "copyfiles": "^2.0.0", + "ethereum-types": "^0.0.2", "ethers": "3.0.22", "lodash": "^4.17.4", + "run-s": "^0.0.0", "web3-provider-engine": "^14.0.4" }, "devDependencies": { |