Don't make without an alias so it can be reverted with convert.

This commit is contained in:
John-David Dalton
2016-03-20 11:16:18 -07:00
parent 04ddaf49f5
commit dfb7a4c078

View File

@@ -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
};