node-async-loop
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -0,1 +1,3 @@ | ||
'use strict'; | ||
var asyncLoop = function (array) | ||
@@ -2,0 +4,0 @@ { |
{ | ||
"name": "node-async-loop", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "Loop through an array to execute asynchronous actions on each element.", | ||
@@ -5,0 +5,0 @@ "main": "async-loop.js", |
17664
355