Add types-bn package to 0x.js and testnet-faucets

This commit is contained in:
Brandon Millman 2018-02-06 15:24:11 -08:00
parent 6bdabe72b9
commit 2bf1aa975a
2 changed files with 2 additions and 0 deletions

View File

@ -74,6 +74,7 @@
"truffle-hdwallet-provider": "^0.0.3", "truffle-hdwallet-provider": "^0.0.3",
"tslint": "5.8.0", "tslint": "5.8.0",
"typedoc": "~0.8.0", "typedoc": "~0.8.0",
"types-bn": "^0.0.1",
"typescript": "2.7.1", "typescript": "2.7.1",
"web3-provider-engine": "^13.0.1", "web3-provider-engine": "^13.0.1",
"web3-typescript-typings": "^0.9.9", "web3-typescript-typings": "^0.9.9",

View File

@ -37,6 +37,7 @@
"shx": "^0.2.2", "shx": "^0.2.2",
"source-map-loader": "^0.1.6", "source-map-loader": "^0.1.6",
"tslint": "5.8.0", "tslint": "5.8.0",
"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.9", "web3-typescript-typings": "^0.9.9",