From db3b429784a896742f3b759bf79a7b6c17553770 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Tue, 9 Oct 2012 01:43:24 -0700 Subject: [PATCH] Update `_.min`, `_.max`, `_.shuffle` build dependencies. Former-commit-id: 21c4c99f8ead92b90b46c299fee59098131758b1 --- build.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.js b/build.js index e39dc5757..2171d0fb6 100755 --- a/build.js +++ b/build.js @@ -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': [], @@ -138,7 +138,7 @@ 'reject': ['identity'], 'rest': [], 'result': ['isFunction'], - 'shuffle': [], + 'shuffle': ['forEach'], 'size': ['keys'], 'some': ['identity'], 'sortBy': ['identity'],