asynquence
Advanced tools
Comparing version 0.8.0 to 0.8.1
/*! asynquence | ||
v0.8.0 (c) Kyle Simpson | ||
v0.8.1 (c) Kyle Simpson | ||
MIT License: http://getify.mit-license.org | ||
@@ -7,4 +7,4 @@ */ | ||
(function UMD(name,context,definition){ | ||
if (typeof module !== "undefined" && module.exports) { module.exports = definition(); } | ||
else if (typeof define === "function" && define.amd) { define(definition); } | ||
if (typeof define === "function" && define.amd) { define(definition); } | ||
else if (typeof module !== "undefined" && module.exports) { module.exports = definition(); } | ||
else { context[name] = definition(name,context); } | ||
@@ -11,0 +11,0 @@ })("ASQ",this,function DEF(name,context){ |
{ | ||
"name": "asynquence", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"description": "promise-style async sequence flow-control", | ||
@@ -5,0 +5,0 @@ "main": "./asq.src.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