mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 16:47:49 +00:00
Bump to v4.10.0.
This commit is contained in:
@@ -30,17 +30,18 @@ exports.aliasToReal = {
|
||||
'init': 'initial',
|
||||
'invertObj': 'invert',
|
||||
'juxt': 'over',
|
||||
'mapObj': 'mapValues',
|
||||
'omitAll': 'omit',
|
||||
'nAry': 'ary',
|
||||
'path': 'get',
|
||||
'pathEq': 'matchesProperty',
|
||||
'pathOr': 'getOr',
|
||||
'paths': 'at',
|
||||
'pickAll': 'pick',
|
||||
'pipe': 'flow',
|
||||
'prop': 'get',
|
||||
'propOf': 'propertyOf',
|
||||
'propEq': 'matchesProperty',
|
||||
'propOr': 'getOr',
|
||||
'props': 'at',
|
||||
'unapply': 'rest',
|
||||
'unnest': 'flatten',
|
||||
'useWith': 'overArgs',
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
module.exports = require('./mapValues');
|
||||
1
fp/paths.js
Normal file
1
fp/paths.js
Normal file
@@ -0,0 +1 @@
|
||||
module.exports = require('./at');
|
||||
1
fp/propEq.js
Normal file
1
fp/propEq.js
Normal file
@@ -0,0 +1 @@
|
||||
module.exports = require('./matchesProperty');
|
||||
@@ -1 +0,0 @@
|
||||
module.exports = require('./propertyOf');
|
||||
1
fp/props.js
Normal file
1
fp/props.js
Normal file
@@ -0,0 +1 @@
|
||||
module.exports = require('./at');
|
||||
Reference in New Issue
Block a user