@chevtek/cli
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@chevtek/cli", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "", | ||
@@ -12,3 +12,4 @@ "bin": { | ||
"build": "npm run clean && tsc", | ||
"clean": "rm -rf ./bin" | ||
"clean": "rm -rf ./bin", | ||
"prepublish": "npm run build" | ||
}, | ||
@@ -15,0 +16,0 @@ "repository": { |
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
33903