Use configured version of bignumber in all packages

This commit is contained in:
Leonid Logvinov
2018-01-04 12:38:19 +01:00
parent ce6abad97f
commit 4dfa720f2d
108 changed files with 107 additions and 139 deletions

View File

@@ -1,6 +1,6 @@
import { BlockchainLifecycle } from '@0xproject/dev-utils';
import { Web3Wrapper } from '@0xproject/web3-wrapper';
import BigNumber from 'bignumber.js';
import { BigNumber } from '@0xproject/utils';
import * as chai from 'chai';
import 'mocha';
import * as Web3 from 'web3';