fix(dev-utils): make web3-provider-engine types a 'dependency' so it's available to users of the library

This commit is contained in:
Fabio Berger 2018-10-16 13:24:47 +01:00
parent 2e56e2cc05
commit eab88cbe7c

View File

@ -47,6 +47,7 @@
"@0xproject/typescript-typings": "^3.0.2", "@0xproject/typescript-typings": "^3.0.2",
"@0xproject/utils": "^2.0.2", "@0xproject/utils": "^2.0.2",
"@0xproject/web3-wrapper": "^3.0.3", "@0xproject/web3-wrapper": "^3.0.3",
"@types/web3-provider-engine": "^14.0.0",
"ethereum-types": "^1.0.11", "ethereum-types": "^1.0.11",
"lodash": "^4.17.5" "lodash": "^4.17.5"
}, },