Make web3 typings a dep for subproviders

This commit is contained in:
Fabio Berger
2018-03-03 10:20:30 +01:00
parent 02603e8926
commit 3db42deb42

View File

@@ -30,7 +30,8 @@
"lodash": "^4.17.4", "lodash": "^4.17.4",
"semaphore-async-await": "^1.5.1", "semaphore-async-await": "^1.5.1",
"web3": "^0.20.0", "web3": "^0.20.0",
"web3-provider-engine": "^13.0.1" "web3-typescript-typings": "^0.9.11",
"web3-provider-engine": "^13.0.1",
}, },
"devDependencies": { "devDependencies": {
"@0xproject/tslint-config": "^0.4.9", "@0xproject/tslint-config": "^0.4.9",
@@ -51,7 +52,6 @@
"types-bn": "^0.0.1", "types-bn": "^0.0.1",
"types-ethereumjs-util": "0xProject/types-ethereumjs-util", "types-ethereumjs-util": "0xProject/types-ethereumjs-util",
"typescript": "2.7.1", "typescript": "2.7.1",
"web3-typescript-typings": "^0.9.11",
"webpack": "^3.1.0" "webpack": "^3.1.0"
} }
} }