Comparing version 1.0.1 to 1.1.0
@@ -27,3 +27,3 @@ var async = require('async'); | ||
} | ||
async.parallel({ | ||
async.series({ | ||
left: function(next) { aqsort(left, comp, next); }, | ||
@@ -30,0 +30,0 @@ right: function(next) { aqsort(right, comp, next); } |
{ | ||
"name": "aqsort", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"description": "Asynchronous qsort implemented in JavaScript", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
2559