8000 Update fp/util module paths. · lodash/lodash@b1401d0 · GitHub
[go: up one dir, main page]

Skip to content

Commit b1401d0

Browse files
committed
Update fp/util module paths.
1 parent 8b264e5 commit b1401d0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

lib/fp/util.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
module.exports = {
2-
'ary': require('lodash/function/ary'),
3-
'cloneDeep': require('lodash/lang/cloneDeep'),
4-
'curry': require('lodash/function/curry'),
2+
'ary': require('lodash/ary'),
3+
'cloneDeep': require('lodash/cloneDeep'),
4+
'curry': require('lodash/curry'),
55
'forEach': require('lodash/internal/arrayEach'),
6-
'isFunction': require('lodash/lang/isFunction'),
7-
'iteratee': require('lodash/utility/iteratee'),
6+
'isFunction': require('lodash/isFunction'),
7+
'iteratee': require('lodash/iteratee'),
88
'keys': require('lodash/internal/baseKeys'),
9-
'rearg': require('lodash/function/rearg')
9+
'rearg': require('lodash/rearg')
1010
};

0 commit comments

Comments
 (0)
0