diff --git a/fp/_mapping.js b/fp/_mapping.js index 36d833b4d..8b8e24b75 100644 --- a/fp/_mapping.js +++ b/fp/_mapping.js @@ -221,6 +221,7 @@ exports.rename = { /** Used to track methods that skip `_.rearg`. */ exports.skipRearg = { + 'add': true, 'assign': true, 'assignIn': true, 'concat': true, @@ -232,6 +233,7 @@ exports.skipRearg = { 'random': true, 'range': true, 'rangeRight': true, + 'subtract': true, 'zip': true, 'zipObject': true };