summaryrefslogtreecommitdiff
path: root/lib/eachLimit.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/eachLimit.js')
-rw-r--r--lib/eachLimit.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/eachLimit.js b/lib/eachLimit.js
index 5c491e8..d72796e 100644
--- a/lib/eachLimit.js
+++ b/lib/eachLimit.js
@@ -1,7 +1,7 @@
-import eachOfLimit from './internal/eachOfLimit';
-import withoutIndex from './internal/withoutIndex';
-import wrapAsync from './internal/wrapAsync';
-import awaitify from './internal/awaitify'
+import eachOfLimit from './internal/eachOfLimit.js'
+import withoutIndex from './internal/withoutIndex.js'
+import wrapAsync from './internal/wrapAsync.js'
+import awaitify from './internal/awaitify.js'
/**
* The same as [`each`]{@link module:Collections.each} but runs a maximum of `limit` async operations at a time.