run-series
Advanced tools
Comparing version 1.1.7 to 1.1.8
@@ -1,2 +0,4 @@ | ||
module.exports = function (tasks, cb) { | ||
module.exports = runSeries | ||
function runSeries (tasks, cb) { | ||
var current = 0 | ||
@@ -3,0 +5,0 @@ var results = [] |
{ | ||
"name": "run-series", | ||
"description": "Run an array of functions in series", | ||
"version": "1.1.7", | ||
"version": "1.1.8", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Feross Aboukhadijeh", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5303
21