cli-argument-parser
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "cli-argument-parser", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "A package containing relevant CLI actions", | ||
@@ -9,3 +9,5 @@ "main": "lib/index.js", | ||
"build": "tsc", | ||
"test": "jest" | ||
"test": "jest", | ||
"pre-deploy": "npm run test -- --x=10 && npm run build", | ||
"deploy": "npm version patch && npm publish" | ||
}, | ||
@@ -12,0 +14,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
5437