Fix imports

This commit is contained in:
Fabio Berger
2018-05-22 13:14:38 -07:00
parent 2b793f372a
commit 09d80b1e50
2 changed files with 1 additions and 2 deletions

View File

@@ -2,7 +2,6 @@ import { ContractWrappersError } from '@0xproject/contract-wrappers';
import { BlockchainLifecycle, devConstants, web3Factory } from '@0xproject/dev-utils';
import { BigNumber, promisify } from '@0xproject/utils';
import { Web3Wrapper } from '@0xproject/web3-wrapper';
import { Web3Wrapper } from '@0xproject/web3_wrapper';
import * as chai from 'chai';
import 'make-promises-safe';