From 9b0f68f9a99574917616001b6cd95d54cb263df4 Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Wed, 18 Oct 2017 17:22:58 +0300 Subject: Include only used lodash functions --- test/utils/order_factory.ts | 2 +- test/utils/token_utils.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'test/utils') diff --git a/test/utils/order_factory.ts b/test/utils/order_factory.ts index fc4adebd9..30a6f376a 100644 --- a/test/utils/order_factory.ts +++ b/test/utils/order_factory.ts @@ -1,4 +1,4 @@ -import * as _ from 'lodash'; +import {_} from '../../src/utils/lodash'; import * as BigNumber from 'bignumber.js'; import {ZeroEx, SignedOrder} from '../../src'; diff --git a/test/utils/token_utils.ts b/test/utils/token_utils.ts index 51cb9411c..ab0682b32 100644 --- a/test/utils/token_utils.ts +++ b/test/utils/token_utils.ts @@ -1,4 +1,4 @@ -import * as _ from 'lodash'; +import {_} from '../../src/utils/lodash'; import {Token, InternalZeroExError} from '../../src/types'; const PROTOCOL_TOKEN_SYMBOL = 'ZRX'; -- cgit v1.2.3