Update fp property alias mapping. [closes #1755]

This commit is contained in:
John-David Dalton
2016-01-13 00:09:29 -08:00
parent 79c873f3f8
commit 73405cf042

View File

@@ -22,7 +22,7 @@ module.exports = {
'overArgs': ['useWith'], 'overArgs': ['useWith'],
'omit': ['dissoc', 'omitAll'], 'omit': ['dissoc', 'omitAll'],
'pick': ['pickAll'], 'pick': ['pickAll'],
'property': ['prop'], 'property': ['get'],
'propertyOf': ['propOf'], 'propertyOf': ['propOf'],
'rest': ['unapply'], 'rest': ['unapply'],
'some': ['all'], 'some': ['all'],