commit-message-validator
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "commit-message-validator", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Git commit-msg hook validator", | ||
@@ -32,2 +32,3 @@ "main": "index.js", | ||
"devDependencies": { | ||
"commit-message-validator": "^1.0.1", | ||
"eslint": "^5.16.0", | ||
@@ -34,0 +35,0 @@ "husky": "^7.0.2" |
@@ -9,3 +9,3 @@ # commit-message-validator | ||
If you are looking for a *standard* commit message validator which supports [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) out of sandbox, give [Commitlint](https://github.com/conventional-changelog/commitlint) a try. | ||
If you are looking for a *standard* commit message validator which supports [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) out of the box, give [Commitlint](https://github.com/conventional-changelog/commitlint) a try. | ||
@@ -12,0 +12,0 @@ ## Installation |
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
6729
3