summaryrefslogtreecommitdiff
path: root/lib/some.js
diff options
context:
space:
mode:
author--global <aearly@fluid.com>2016-01-13 02:16:22 -0800
committer--global <aearly@fluid.com>2016-01-13 02:16:22 -0800
commit9f5a7d04f5c9aa05fabe9f94c393c536e6561bec (patch)
tree28921a10367c7267b9d3b16dd0a8443d62a60f1a /lib/some.js
parentf694f0987f7d3d95569eaf1de6654c30aa30618b (diff)
downloadasync-9f5a7d04f5c9aa05fabe9f94c393c536e6561bec.tar.gz
update locations of lodash methods
Diffstat (limited to 'lib/some.js')
-rw-r--r--lib/some.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/some.js b/lib/some.js
index 6a0e178..23b884b 100644
--- a/lib/some.js
+++ b/lib/some.js
@@ -1,6 +1,6 @@
'use strict';
-import identity from 'lodash/utility/identity';
+import identity from 'lodash/identity';
import createTester from './internal/createTester';
import eachOf from './eachOf';