From 027c5727589b3e6aff9f321c71623a8f5e4a60ce Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Tue, 12 Jan 2016 18:26:00 -0800 Subject: [PATCH] Add `replace` to fp map. --- 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 18745633a..4ad62a141 100644 --- a/lib/fp/mapping.js +++ b/lib/fp/mapping.js @@ -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'] },