diff --git a/lib/fp/mapping.js b/lib/fp/mapping.js index 3899e3fb0..1044af388 100644 --- a/lib/fp/mapping.js +++ b/lib/fp/mapping.js @@ -3,8 +3,8 @@ module.exports = { /** Used to map method names to their aliases. */ 'aliasMap': { 'ary': ['nAry'], - 'conj': ['allPass'], - 'disj': ['somePass'], + 'overEvery': ['allPass'], + 'overSome': ['somePass'], 'filter': ['whereEq'], 'flatten': ['unnest'], 'flow': ['pipe'],