Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "chip8js", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "A Chip-8 emulator written in JavaScript (Node.js).", | ||
@@ -22,3 +22,4 @@ "author": { | ||
}, | ||
"license": "MIT" | ||
"license": "MIT", | ||
"public": true | ||
} |
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
191657