diff --git a/build.js b/build.js index ce59e1025..ca3257d7f 100755 --- a/build.js +++ b/build.js @@ -221,6 +221,7 @@ 'has', 'indexOf', 'initial', + 'invert', 'invoke', 'isArray', 'isEmpty', @@ -236,7 +237,9 @@ 'max', 'min', 'mixin', + 'omit', 'once', + 'pairs', 'pick', 'reduce', 'reduceRight', @@ -251,6 +254,7 @@ 'toArray', 'uniqueId', 'value', + 'values', 'without' ]; diff --git a/test/test-build.js b/test/test-build.js index d97104a76..9d3ab240f 100644 --- a/test/test-build.js +++ b/test/test-build.js @@ -259,6 +259,7 @@ 'has', 'indexOf', 'initial', + 'invert', 'invoke', 'isArray', 'isEmpty', @@ -274,7 +275,9 @@ 'max', 'min', 'mixin', + 'omit', 'once', + 'pairs', 'pick', 'reduce', 'reduceRight', @@ -289,6 +292,7 @@ 'toArray', 'uniqueId', 'value', + 'values', 'without' ];