Skip to content

Commit

Permalink
Update _.min, _.max, _.shuffle build dependencies.
Browse files Browse the repository at this point in the history
Former-commit-id: 21c4c99f8ead92b90b46c299fee59098131758b1
  • Loading branch information
jdalton committed Oct 9, 2012
1 parent 40ed327 commit db3b429
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.js
Expand Up @@ -118,10 +118,10 @@
'lastIndexOf': [],
'lateBind': ['isFunction'],
'map': ['identity'],
'max': ['identity'],
'max': ['forEach'],
'memoize': [],
'merge': ['isArray', 'isPlainObject'],
'min': ['identity'],
'min': ['forEach'],
'mixin': ['forEach', 'functions'],
'noConflict': [],
'object': [],
Expand All @@ -138,7 +138,7 @@
'reject': ['identity'],
'rest': [],
'result': ['isFunction'],
'shuffle': [],
'shuffle': ['forEach'],
'size': ['keys'],
'some': ['identity'],
'sortBy': ['identity'],
Expand Down

0 comments on commit db3b429

Please sign in to comment.