mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-12 11:57:49 +00:00
Update _.min, _.max, _.shuffle build dependencies.
Former-commit-id: 21c4c99f8ead92b90b46c299fee59098131758b1
This commit is contained in:
6
build.js
6
build.js
@@ -118,10 +118,10 @@
|
|||||||
'lastIndexOf': [],
|
'lastIndexOf': [],
|
||||||
'lateBind': ['isFunction'],
|
'lateBind': ['isFunction'],
|
||||||
'map': ['identity'],
|
'map': ['identity'],
|
||||||
'max': ['identity'],
|
'max': ['forEach'],
|
||||||
'memoize': [],
|
'memoize': [],
|
||||||
'merge': ['isArray', 'isPlainObject'],
|
'merge': ['isArray', 'isPlainObject'],
|
||||||
'min': ['identity'],
|
'min': ['forEach'],
|
||||||
'mixin': ['forEach', 'functions'],
|
'mixin': ['forEach', 'functions'],
|
||||||
'noConflict': [],
|
'noConflict': [],
|
||||||
'object': [],
|
'object': [],
|
||||||
@@ -138,7 +138,7 @@
|
|||||||
'reject': ['identity'],
|
'reject': ['identity'],
|
||||||
'rest': [],
|
'rest': [],
|
||||||
'result': ['isFunction'],
|
'result': ['isFunction'],
|
||||||
'shuffle': [],
|
'shuffle': ['forEach'],
|
||||||
'size': ['keys'],
|
'size': ['keys'],
|
||||||
'some': ['identity'],
|
'some': ['identity'],
|
||||||
'sortBy': ['identity'],
|
'sortBy': ['identity'],
|
||||||
|
|||||||
Reference in New Issue
Block a user