Add bigNumber dependency
This commit is contained in:
committed by
Leonid Logvinov
parent
f86159e717
commit
a7f1137db8
2
packages/web3-typescript-typings/index.d.ts
vendored
2
packages/web3-typescript-typings/index.d.ts
vendored
@@ -1,5 +1,7 @@
|
||||
declare module 'web3' {
|
||||
|
||||
import * as BigNumber from 'bignumber.js';
|
||||
|
||||
class Web3 {
|
||||
public static providers: typeof providers;
|
||||
|
||||
|
@@ -12,5 +12,11 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/0xProject/web3-typescript-typings/issues"
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/web3-typescript-typings#readme"
|
||||
"homepage": "https://github.com/0xProject/web3-typescript-typings#readme",
|
||||
"devDependencies": {
|
||||
"@types/bignumber.js": "^4.0.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"bignumber.js": "^4.0.2"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user