aboutsummaryrefslogtreecommitdiff
path: root/node_modules/lodash/fp/_mapping.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/lodash/fp/_mapping.js')
-rw-r--r--node_modules/lodash/fp/_mapping.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/node_modules/lodash/fp/_mapping.js b/node_modules/lodash/fp/_mapping.js
index cbbcd99df..8f5ddf2d0 100644
--- a/node_modules/lodash/fp/_mapping.js
+++ b/node_modules/lodash/fp/_mapping.js
@@ -167,7 +167,8 @@ exports.iterateeAry = {
/** Used to map method names to iteratee rearg configs. */
exports.iterateeRearg = {
- 'mapKeys': [1]
+ 'mapKeys': [1],
+ 'reduceRight': [1, 0]
};
/** Used to map method names to rearg configs. */