Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "genify", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Convert passed javascript object to generator", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -15,3 +15,4 @@ genify | ||
// genify is taking care of wrapping all object generator properties into co function, | ||
// and returning generator result as resolved promise, or in case of error -> rejected promise with error object | ||
// and returning generator result as resolved promise, | ||
// or in case of error -> rejected promise with error object | ||
var object = genify({ | ||
@@ -27,1 +28,4 @@ readFile: function * (file) { | ||
``` | ||
# License | ||
**MIT** |
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
5064
30