diff options
author | --global <aearly@fluid.com> | 2016-01-13 02:16:22 -0800 |
---|---|---|
committer | --global <aearly@fluid.com> | 2016-01-13 02:16:22 -0800 |
commit | 9f5a7d04f5c9aa05fabe9f94c393c536e6561bec (patch) | |
tree | 28921a10367c7267b9d3b16dd0a8443d62a60f1a /lib/detectLimit.js | |
parent | f694f0987f7d3d95569eaf1de6654c30aa30618b (diff) | |
download | async-9f5a7d04f5c9aa05fabe9f94c393c536e6561bec.tar.gz |
update locations of lodash methods
Diffstat (limited to 'lib/detectLimit.js')
-rw-r--r-- | lib/detectLimit.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/detectLimit.js b/lib/detectLimit.js index 74a2003..357786d 100644 --- a/lib/detectLimit.js +++ b/lib/detectLimit.js @@ -1,6 +1,6 @@ 'use strict'; -import identity from 'lodash/utility/identity'; +import identity from 'lodash/identity'; import createTester from './internal/createTester'; import eachOfLimit from './eachOfLimit'; |