Comparing version 1.1.2 to 1.1.3
@@ -5,2 +5,4 @@ var run = require('./run'), | ||
var defer = typeof setImmediate === 'function' ? setImmediate : setTimeout; | ||
function newKgo(){ | ||
@@ -43,5 +45,5 @@ var returnlessId = 0, | ||
setTimeout(function(){ | ||
defer(function(){ | ||
run(tasks, results, kgoFn); | ||
},0); | ||
}); | ||
@@ -48,0 +50,0 @@ return kgoFn; |
{ | ||
"name": "kgo", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Flow control the super easy way", | ||
@@ -24,3 +24,6 @@ "main": "kgo.js", | ||
"grape": "^1.0.1" | ||
}, | ||
"testling": { | ||
"files": "./test/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
10577
216