happy-conventional-commit
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "happy-conventional-commit", | ||
"description": "Tools for getting a happy conventional commit setup.", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"keywords": [ | ||
"conventional", | ||
"commit", | ||
"next", | ||
"version", | ||
"release", | ||
"notes", | ||
"changelog" | ||
], | ||
"scripts": { | ||
@@ -19,4 +28,8 @@ "compile": "tsc", | ||
"happy-current-version": "./bin/happy-current-version.cjs", | ||
"happy-lint-changed": "./bin/happy-lint-changed.cjs", | ||
"happy-next-version": "./bin/happy-next-version.cjs", | ||
"happy-release-notes": "./bin/happy-release-notes.cjs" | ||
"happy-prepare-commit-message": "./bin/happy-prepare-commit-message.cjs", | ||
"happy-release-notes": "./bin/happy-release-notes.cjs", | ||
"happy-validate-commit-message": "./bin/happy-validate-commit-message.cjs", | ||
"happy-validate-pr-commit-messages": "./bin/happy-validate-commit-message.cjs" | ||
}, | ||
@@ -23,0 +36,0 @@ "devDependencies": { |
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
123274