Add replace to fp map.

This commit is contained in:
John-David Dalton
2016-01-12 18:26:00 -08:00
parent afb7d3e351
commit 027c572758

View File

@@ -92,7 +92,7 @@ module.exports = {
3: (
'assignWith,clamp,differenceBy,extendWith,getOr,inRange,intersectionBy,' +
'isEqualWith,isMatchWith,mergeWith,omitBy,pickBy,pullAllBy,reduce,' +
'reduceRight,set,slice,transform,unionBy,xorBy,zipWith').split(','),
'reduceRight,replace,set,slice,transform,unionBy,xorBy,zipWith').split(','),
4:
['fill', 'setWith']
},