UNPKG

commitlint-plugin-regex-match

Version:

The commitlint plugin to add function that allow match regex in the commit message

37 lines (36 loc) 1.05 kB
{ "name": "commitlint-plugin-regex-match", "version": "1.2.4", "description": "The commitlint plugin to add function that allow match regex in the commit message", "main": "index.js", "scripts": { "release": "standard-version", "test": "echo \"Error: no test specified\" && exit 0" }, "repository": { "type": "git", "url": "git+https://github.com/samuraitruong/commitlint-plugin-regex-match.git" }, "keywords": [ "commitlint", "commitlintplugin" ], "author": "samuraitruong", "license": "GPL-3.0", "bugs": { "url": "https://github.com/samuraitruong/commitlint-plugin-regex-match/issues" }, "homepage": "https://github.com/samuraitruong/commitlint-plugin-regex-match#readme", "devDependencies": { "@commitlint/cli": "^12.1.4", "@commitlint/config-conventional": "^12.1.4", "cz-conventional-changelog": "3.3.0", "husky": "^6.0.0", "standard-version": "^9.3.0" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } } }