js-module-starter-kit
Advanced tools
Comparing version 0.0.0 to 0.1.0
@@ -14,3 +14,3 @@ { | ||
], | ||
"version": "0.0.0", | ||
"version": "0.1.0", | ||
"description": "JS module starter kit — a skeleton of an JavaScript module.", | ||
@@ -27,2 +27,4 @@ "scripts": { | ||
"build": "npm run build:lib && npm run build:dist && npm run build:dist:min", | ||
"preversion": "npm run clean && npm run check", | ||
"version": "npm run build", | ||
"prepublish": "npm run clean && npm run build" | ||
@@ -29,0 +31,0 @@ }, |
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
6636