Comparing version 0.9.4 to 0.9.5
{ | ||
"name": "avatars", | ||
"version": "0.9.4", | ||
"version": "0.9.5", | ||
"description": "Pixel avatar generator", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -85,5 +85,5 @@ # avatars | ||
.then(image => { | ||
console.log("Created text.png"); | ||
console.log("Image created"); | ||
}) | ||
.catch(e => console.error(e)); | ||
``` |
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
7519