Comparing version 0.3.0 to 0.3.1
@@ -5,3 +5,3 @@ (function (factory, global) { | ||
} else { | ||
this.Y = factory(global.Promise); | ||
global.Y = factory(global.Promise); | ||
} | ||
@@ -25,3 +25,3 @@ })(function (Promise) { | ||
Y.VERSION = '0.2.2'; | ||
Y.VERSION = '0.3.0'; | ||
@@ -28,0 +28,0 @@ |
{ | ||
"name": "yielding", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Easy generators", | ||
@@ -5,0 +5,0 @@ "main": "./lib/yielding.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
15871