Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "enque", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Run asynchonous functions in succession while potentially operating on the same data.", | ||
@@ -5,0 +5,0 @@ "main": "enQue.js", |
@@ -56,3 +56,3 @@ # enQue.js | ||
que.add((data, next, done, index) => { | ||
// index is the position of your function int he que, 0 right now. | ||
// index is the position of your function in the que, 0 right now. | ||
//return done(); // You can return early if you'd like | ||
@@ -59,0 +59,0 @@ setTimeout(()=>{ |