UNPKG

validate-commit-message

Version:

GIT COMMIT-MSG hook for validating commit message.

33 lines (32 loc) 902 B
{ "name": "validate-commit-message", "version": "3.2.0", "author": "Frederik Krautwald", "description": "GIT COMMIT-MSG hook for validating commit message.", "license": "Unlicense", "bugs": "https://github.com/Frikki/validate-commit-message/issues", "repository": { "type": "git", "url": "https://github.com/Frikki/validate-commit-message" }, "keywords": [ "git", "message validation" ], "bin": { "validate-commit-msg": "./bin/validate-commit-msg.js" }, "dependencies": {}, "devDependencies": { "cli-release": "^1.0.0" }, "scripts": { "hook": "ln -s ../../lib/validate-commit-msg.js .git/hooks/commit-msg", "prehook": "rm -f .git/hooks/commit-msg", "posthook": "chmod +x .git/hooks/commit-msg", "start": "npm install && npm run hook", "patch": "release patch", "minor": "release minor", "major": "release major" } }