summaryrefslogtreecommitdiff
path: root/lib/reflectAll.js
diff options
context:
space:
mode:
authorGraeme Yeates <yeatesgraeme@gmail.com>2016-07-03 18:46:11 -0400
committerGraeme Yeates <yeatesgraeme@gmail.com>2016-07-03 18:46:11 -0400
commita823d56feb09f52bf29ef91cfafa0e45af3b2a74 (patch)
treefd0a3fc14735bb261fada989ca764d78462126aa /lib/reflectAll.js
parent5d66b2abcf3e68da1f8d397d44a246f7c562a3da (diff)
downloadasync-lodash-use.tar.gz
Avoid including lodash iteratee in builds (saves 60kb :feelsgood:)lodash-use
Diffstat (limited to 'lib/reflectAll.js')
-rw-r--r--lib/reflectAll.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/reflectAll.js b/lib/reflectAll.js
index edfed49..dbeba8d 100644
--- a/lib/reflectAll.js
+++ b/lib/reflectAll.js
@@ -1,7 +1,7 @@
import reflect from './reflect';
import isArray from 'lodash/isArray';
import _arrayMap from 'lodash/_arrayMap';
-import forOwn from 'lodash/forOwn';
+import forOwn from 'lodash/_baseForOwn';
/**
* A helper function that wraps an array or an object of functions with reflect.