aboutsummaryrefslogtreecommitdiff
path: root/node_modules/async/eachOf.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/async/eachOf.js')
-rw-r--r--node_modules/async/eachOf.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/node_modules/async/eachOf.js b/node_modules/async/eachOf.js
index c562f4c98..4ab9a545e 100644
--- a/node_modules/async/eachOf.js
+++ b/node_modules/async/eachOf.js
@@ -25,7 +25,7 @@ var _noop = require('lodash/noop');
var _noop2 = _interopRequireDefault(_noop);
-var _once = require('lodash/once');
+var _once = require('./internal/once');
var _once2 = _interopRequireDefault(_once);