Comparing version 0.6.2 to 0.6.3
@@ -324,3 +324,3 @@ /* | ||
return options.files | ||
? async.forEach(options.files, uploadFile, next) | ||
? async.forEachSeries(options.files, uploadFile, next) | ||
: next(); | ||
@@ -327,0 +327,0 @@ }, |
{ | ||
"name": "pkgcloud", | ||
"description": "An infrastructure-as-a-service agnostic cloud library for node.js", | ||
"version": "0.6.2", | ||
"version": "0.6.3", | ||
"author": "Nodejitsu Inc <info@nodejitsu.com", | ||
@@ -6,0 +6,0 @@ "contributors": [ |
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
11186793