Skip to content

Commit

Permalink
feat: add local commit message linting
Browse files Browse the repository at this point in the history
fixes #585

Signed-off-by: Taranveer Virk <[email protected]>
  • Loading branch information
virkt25 committed Jun 5, 2018
1 parent 34d78b2 commit 825d842
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@
},
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "^6.1.3",
"@commitlint/config-conventional": "^6.1.3",
"@commitlint/config-lerna-scopes": "^6.1.3",
"@commitlint/travis-cli": "^6.1.3",
"@commitlint/cli": "^7.0.0",
"@commitlint/config-conventional": "^7.0.0",
"@commitlint/config-lerna-scopes": "^7.0.0",
"@commitlint/travis-cli": "^7.0.0",
"@types/mocha": "^5.0.0",
"coveralls": "^3.0.0",
"cz-conventional-changelog": "^2.1.0",
"husky": "^0.14.3",
"lerna": "^2.9.1"
},
"scripts": {
Expand Down Expand Up @@ -48,7 +49,8 @@
"verify:docs": "npm run build:site -- --verify",
"build:site": "./bin/build-docs-site.sh",
"mocha": "node packages/build/bin/run-mocha \"packages/*/DIST/test/**/*.js\" \"examples/*/DIST/test/**/*.js\" \"packages/cli/test/**/*.js\" \"packages/build/test/*/*.js\"",
"posttest": "npm run lint"
"posttest": "npm run lint",
"commitmsg": "commitlint -E GIT_PARAMS"
},
"config": {
"commitizen": {
Expand Down

0 comments on commit 825d842

Please sign in to comment.