aboutsummaryrefslogtreecommitdiffstats
path: root/src/contract_wrappers/ether_token_wrapper.ts
diff options
context:
space:
mode:
authorLeonid <logvinov.leon@gmail.com>2017-10-24 21:40:50 +0800
committerGitHub <noreply@github.com>2017-10-24 21:40:50 +0800
commit3deac0f100e85ff4a1df2363edc41cff40a40262 (patch)
treea2fa218dfd160986d39a2281a6748c325ebba2d1 /src/contract_wrappers/ether_token_wrapper.ts
parentfab2fa9adfe95db0b6f203efb926d52b6c9e14d4 (diff)
parent641d3b75eadf8f3330d60ca26b7edc06a871219c (diff)
downloaddexon-0x-contracts-3deac0f100e85ff4a1df2363edc41cff40a40262.tar.gz
dexon-0x-contracts-3deac0f100e85ff4a1df2363edc41cff40a40262.tar.zst
dexon-0x-contracts-3deac0f100e85ff4a1df2363edc41cff40a40262.zip
Merge pull request #198 from 0xProject/revert-195-minification
Revert "Reduce final bundle size by 11% (82kB)"
Diffstat (limited to 'src/contract_wrappers/ether_token_wrapper.ts')
-rw-r--r--src/contract_wrappers/ether_token_wrapper.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/contract_wrappers/ether_token_wrapper.ts b/src/contract_wrappers/ether_token_wrapper.ts
index ba694b408..f15e766f0 100644
--- a/src/contract_wrappers/ether_token_wrapper.ts
+++ b/src/contract_wrappers/ether_token_wrapper.ts
@@ -1,4 +1,4 @@
-import {_} from '../utils/lodash';
+import * as _ from 'lodash';
import {Web3Wrapper} from '../web3_wrapper';
import {ContractWrapper} from './contract_wrapper';
import {TokenWrapper} from './token_wrapper';