From 90d73143e198419473d733e671e6e56bc0995103 Mon Sep 17 00:00:00 2001 From: Samuel Greene Date: Sun, 17 Jul 2016 16:55:36 -0400 Subject: [PATCH] Don't rearg zipObjectDeep (#2503) --- fp/_mapping.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fp/_mapping.js b/fp/_mapping.js index 752aba278..cb36eedad 100644 --- a/fp/_mapping.js +++ b/fp/_mapping.js @@ -357,5 +357,6 @@ exports.skipRearg = { 'rangeRight': true, 'subtract': true, 'zip': true, - 'zipObject': true + 'zipObject': true, + 'zipObjectDeep': true };