Comparing version 4.0.1 to 4.0.2
4.0.2 / 2014-12-18 | ||
================== | ||
* always return a global promise implementation | ||
4.0.1 / 2014-11-30 | ||
================== | ||
* friendlier ES6 module exports | ||
4.0.0 / 2014-11-15 | ||
@@ -3,0 +13,0 @@ ================== |
@@ -44,3 +44,3 @@ | ||
if (typeof gen === 'function') gen = gen.call(this); | ||
return onFulfilled(); | ||
return Promise.resolve(onFulfilled()); | ||
@@ -47,0 +47,0 @@ /** |
{ | ||
"name": "co", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"description": "generator async control flow goodness", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -0,0 +0,0 @@ # co |
Sorry, the diff of this file is not supported yet
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
14580