diff --git a/fp/_mapping.js b/fp/_mapping.js index 32f6f684d..52c11218f 100644 --- a/fp/_mapping.js +++ b/fp/_mapping.js @@ -9,7 +9,6 @@ exports.aliasToReal = { 'extend': 'assignIn', 'extendWith': 'assignInWith', 'first': 'head', - 'without': 'difference', // Ramda aliases. '__': 'placeholder', @@ -264,6 +263,7 @@ exports.skipRearg = { 'range': true, 'rangeRight': true, 'subtract': true, + 'without': true, 'zip': true, 'zipObject': true };