From 73405cf042828f01ef3bf485c5acd87d9e22cb57 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Wed, 13 Jan 2016 00:09:29 -0800 Subject: [PATCH] Update fp `property` alias mapping. [closes #1755] --- lib/fp/mapping.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fp/mapping.js b/lib/fp/mapping.js index 2ff8e71af..feb27e904 100644 --- a/lib/fp/mapping.js +++ b/lib/fp/mapping.js @@ -22,7 +22,7 @@ module.exports = { 'overArgs': ['useWith'], 'omit': ['dissoc', 'omitAll'], 'pick': ['pickAll'], - 'property': ['prop'], + 'property': ['get'], 'propertyOf': ['propOf'], 'rest': ['unapply'], 'some': ['all'],