diff --git a/build.js b/build.js index e39dc57577..2171d0fb63 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'],