diff --git a/lib/fp/mapping.js b/lib/fp/mapping.js index 38fba61a4..a87e391b3 100644 --- a/lib/fp/mapping.js +++ b/lib/fp/mapping.js @@ -77,7 +77,7 @@ module.exports = { 1: ( 'attempt,ceil,create,curry,floor,fromPairs,iteratee,invert,memoize,method,' + 'methodOf,mixin,rest,reverse,round,runInContext,template,trim,trimLeft,' + - 'trimRight,words').split(','), + 'trimRight,uniqueId,words').split(','), 2: ( 'ary,assign,at,bind,bindKey,cloneDeepWith,cloneWith,countBy,curryN,debounce,' + 'defaults,defaultsDeep,delay,difference,drop,dropRight,dropRightWhile,' + @@ -89,7 +89,7 @@ module.exports = { 'pick,pull,pullAll,pullAt,random,range,rearg,reject,remove,repeat,result,' + 'sampleSize,set,some,sortBy,sortByOrder,sortedIndexBy,sortedLastIndexBy,' + 'sortedUniqBy,startsWith,sumBy,take,takeRight,takeRightWhile,takeWhile,' + - 'throttle,times,truncate,union,uniqBy,uniqueId,without,wrap,xor,zip,' + + 'throttle,times,truncate,union,uniqBy,without,wrap,xor,zip,' + 'zipObject').split(','), 3: ( 'assignWith,clamp,differenceBy,extendWith,getOr,inRange,intersectionBy,' +