Update fp property and get aliases.

This commit is contained in:
Billy Janitsch
2016-01-20 18:23:44 -05:00
committed by John-David Dalton
parent 68e0c78602
commit bae497ec5a

View File

@@ -11,7 +11,7 @@ module.exports = {
'flowRight': ['compose'],
'forEach': ['each'],
'forEachRight': ['eachRight'],
'get': ['path'],
'get': ['path', 'prop'],
'getOr': ['pathOr'],
'head': ['first'],
'includes': ['contains'],
@@ -24,7 +24,6 @@ module.exports = {
'overEvery': ['allPass'],
'overSome': ['somePass'],
'pick': ['pickAll'],
'property': ['get'],
'propertyOf': ['propOf'],
'rest': ['unapply'],
'some': ['all'],