Comparing version 4.0.0 to 4.0.1
{ | ||
"name": "kgo", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "Flow control the super easy way", | ||
@@ -5,0 +5,0 @@ "main": "kgo.js", |
@@ -110,2 +110,13 @@ kgo | ||
#### Note: Anonymous tasks will not be passed a `done` function: | ||
``` | ||
kgo | ||
('foo', getFoo) // getFoo will be passed (callback) | ||
('bar', ['foo'], getFoo) // getFoo will be passed (bar, callback) | ||
(['*', 'bar'], function(error, bar){ | ||
// arguments.length will be 2 | ||
}) | ||
``` | ||
## Defaults | ||
@@ -112,0 +123,0 @@ |
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
27092
229