svg-invader-gen
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "svg-invader-gen", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Generate Space-Invader-like sprites as SVG images", | ||
@@ -8,3 +8,3 @@ "main": "lib/index.js", | ||
"scripts": { | ||
"build": "npm run clean && npm install && npm run tslint && npm run test && npm run raw-build", | ||
"build": "npm run clean && npm install && npm run tslint && npm run test && make-coverage-badge && npm run raw-build", | ||
"clean": "shx rm -rf lib && shx rm -rf node_modules", | ||
@@ -11,0 +11,0 @@ "raw-build": "tsc", |
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
42738