Bump to v4.11.1.

This commit is contained in:
John-David Dalton
2016-04-13 21:06:51 -07:00
parent 63ba93dcb3
commit e93cb815c3
10 changed files with 44 additions and 34 deletions

View File

@@ -38,6 +38,7 @@ exports.aliasToReal = {
'paths': 'at',
'pickAll': 'pick',
'pipe': 'flow',
'pluck': 'map',
'prop': 'get',
'propEq': 'matchesProperty',
'propOr': 'getOr',

1
fp/pluck.js Normal file
View File

@@ -0,0 +1 @@
module.exports = require('./map');