Skip to content

Commit

Permalink
build(deps-dev): bump husky from 4.3.8 to 6.0.0 (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed May 4, 2021
1 parent f1f5744 commit 66f7c1b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 168 deletions.
1 change: 1 addition & 0 deletions .husky/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_
4 changes: 4 additions & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no-install commitlint --edit $1
165 changes: 4 additions & 161 deletions package-lock.json

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

10 changes: 3 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"eslint": "^7.25.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"husky": "^4.3.8",
"husky": "^6.0.0",
"jest": "^26.6.3",
"jest-extended": "^0.11.5",
"mock-fs": "^4.14.0",
Expand All @@ -84,12 +84,8 @@
"lint:ts": "eslint --ext .ts src",
"lint": "npm run lint:ts",
"commit": "git-cz",
"release": "release-script"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
"release": "release-script",
"prepare": "husky install"
},
"config": {
"commitizen": {
Expand Down

0 comments on commit 66f7c1b

Please sign in to comment.