From 641d3b75eadf8f3330d60ca26b7edc06a871219c Mon Sep 17 00:00:00 2001 From: Leonid Date: Tue, 24 Oct 2017 16:40:38 +0300 Subject: Revert "Reduce final bundle size by 11% (82kB)" --- src/contract_wrappers/exchange_wrapper.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/contract_wrappers/exchange_wrapper.ts') diff --git a/src/contract_wrappers/exchange_wrapper.ts b/src/contract_wrappers/exchange_wrapper.ts index 739e1df3b..bc0ac0634 100644 --- a/src/contract_wrappers/exchange_wrapper.ts +++ b/src/contract_wrappers/exchange_wrapper.ts @@ -1,4 +1,4 @@ -import {_} from '../utils/lodash'; +import * as _ from 'lodash'; import * as Web3 from 'web3'; import * as BigNumber from 'bignumber.js'; import {schemas} from '0x-json-schemas'; -- cgit v1.2.3