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'],
'omit': ['dissoc', 'omitAll'],
'pick': ['pickAll'],
'property': ['prop'],
'property': ['get'],
'propertyOf': ['propOf'],
'rest': ['unapply'],
'some': ['all'],