diff --git a/lib/fp/mapping.js b/lib/fp/mapping.js index 0ceb7c711..58f8e2c8e 100644 --- a/lib/fp/mapping.js +++ b/lib/fp/mapping.js @@ -4,7 +4,7 @@ module.exports = { 'aliasMap': { 'forEach': ['each'], 'forEachRight': ['eachRight'], - 'first': ['head'] + 'head': ['first'] }, /** Used to map method names to their iteratee ary. */