happy-conventional-commit
Advanced tools
Comparing version 0.0.7 to 0.0.8
{ | ||
"name": "happy-conventional-commit", | ||
"description": "Tools for getting a happy conventional commit setup.", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"keywords": [ | ||
@@ -24,3 +24,3 @@ "conventional", | ||
"test:debug": "vitest run --inspect-brk --poolOptions.threads.singleThread", | ||
"prepare": "husky install" | ||
"prepare": "node -e \"process.env.NODE_ENV != 'production' && process.exit(1)\" || husky install" | ||
}, | ||
@@ -27,0 +27,0 @@ "bin": { |
@@ -19,2 +19,3 @@ ![Happy Conventional Commit Logo](https://raw.githubusercontent.com/capricorn86/happy-conventional-commit/main/docs/logo.jpg) | ||
- [Validate Commit Message](https://github.com/capricorn86/happy-conventional-commit/wiki/Validate-Commit-Message) | ||
- [Prepare Commit Message](https://github.com/capricorn86/happy-conventional-commit/wiki/Prepare-Commit-Message) | ||
- [Validate Pull Request Commit Messages](https://github.com/capricorn86/happy-conventional-commit/wiki/Validate-Pull-Request-Commit-Messages) | ||
@@ -21,0 +22,0 @@ - [Lint Changed Files](https://github.com/capricorn86/happy-conventional-commit/wiki/Lint-Changed-Files) |
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
123114
25