summaryrefslogtreecommitdiff
path: root/lib/internal/queue.js
diff options
context:
space:
mode:
authorAlexander Early <alexander.early@gmail.com>2016-02-10 15:14:36 -0800
committerAlexander Early <alexander.early@gmail.com>2016-02-10 15:14:36 -0800
commitb001e4a9c3e51bf277d69b54e5776caa7099a455 (patch)
tree6c5a9b18d54393b0730d742c5ce469c1f44342a0 /lib/internal/queue.js
parent8a7f8642467222519cc722c3c634036fbc9d9068 (diff)
downloadasync-b001e4a9c3e51bf277d69b54e5776caa7099a455.tar.gz
handle moved lodash internal methods
Diffstat (limited to 'lib/internal/queue.js')
-rw-r--r--lib/internal/queue.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/internal/queue.js b/lib/internal/queue.js
index f6e665b..87c99f8 100644
--- a/lib/internal/queue.js
+++ b/lib/internal/queue.js
@@ -1,10 +1,10 @@
'use strict';
-import arrayEach from 'lodash/internal/arrayEach';
-import arrayMap from 'lodash/internal/arrayMap';
+import arrayEach from 'lodash/_arrayEach';
+import arrayMap from 'lodash/_arrayMap';
import isArray from 'lodash/isArray';
import noop from 'lodash/noop';
-import property from 'lodash/internal/baseProperty';
+import property from 'lodash/_baseProperty';
import onlyOnce from './onlyOnce';
import setImmediate from './setImmediate';