summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/asynckit/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/asynckit/index.js')
-rw-r--r--deps/npm/node_modules/asynckit/index.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/deps/npm/node_modules/asynckit/index.js b/deps/npm/node_modules/asynckit/index.js
new file mode 100644
index 0000000000..455f9454ee
--- /dev/null
+++ b/deps/npm/node_modules/asynckit/index.js
@@ -0,0 +1,6 @@
+module.exports =
+{
+ parallel : require('./parallel.js'),
+ serial : require('./serial.js'),
+ serialOrdered : require('./serialOrdered.js')
+};