Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Commit

Permalink
feat(package): remove validate-commit-msg, install commitlint
Browse files Browse the repository at this point in the history
feat(package): remove validate-commit-msg, install commitlint
  • Loading branch information
Metnew committed Nov 7, 2017
1 parent 48ac50a commit d27b81d
Show file tree
Hide file tree
Showing 2 changed files with 197 additions and 4 deletions.
196 changes: 194 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@
"styled-components": "^2.2.3"
},
"devDependencies": {
"@commitlint/cli": "^4.2.2",
"@commitlint/config-angular": "^4.2.1",
"assets-webpack-plugin": "^3.5.1",
"autodll-webpack-plugin": "^0.3.3",
"autoprefixer": "^7.1.6",
Expand Down Expand Up @@ -124,7 +126,6 @@
"stylelint": "^8.2.0",
"stylelint-config-standard": "^17.0.0",
"url-loader": "^0.6.2",
"validate-commit-msg": "^2.14.0",
"webpack": "^3.8.1",
"webpack-assets-manifest": "^1.0.0",
"webpack-bundle-analyzer": "^2.9.0",
Expand Down Expand Up @@ -154,7 +155,7 @@
"release": "standard-version",
"precommit": "echo \"$(tput bold)$(tput setaf 5) It'd be better to run tests before commit. $(tput sgr 0)\"t",
"prepush": "echo \"$(tput bold)$(tput setaf 5) I hope you tested app. $(tput sgr 0)\"",
"commitmsg": "validate-commit-msg"
"commitmsg": "commitlint -e $GIT_PARAMS"
},
"engines": {
"node": ">=6"
Expand Down

0 comments on commit d27b81d

Please sign in to comment.