summaryrefslogtreecommitdiff
path: root/build-es/applyEachSeries.js
diff options
context:
space:
mode:
Diffstat (limited to 'build-es/applyEachSeries.js')
-rw-r--r--build-es/applyEachSeries.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/build-es/applyEachSeries.js b/build-es/applyEachSeries.js
deleted file mode 100644
index e917618..0000000
--- a/build-es/applyEachSeries.js
+++ /dev/null
@@ -1,6 +0,0 @@
-'use strict';
-
-import applyEach from './internal/applyEach';
-import eachOfSeries from './eachOfSeries';
-
-export default applyEach(eachOfSeries);