Skip to content

Commit

Permalink
chore: update husky to version 9
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Mar 10, 2024
1 parent 50c1ddd commit 0dec43d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
1 change: 0 additions & 1 deletion .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx --no validate-conventional-commit < .git/COMMIT_EDITMSG
12 changes: 6 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"recommended.json"
],
"scripts": {
"prepare": "husky install",
"prepare": "husky",
"test": "echo \"No tests added\""
},
"devDependencies": {
"husky": "^8.0.3",
"husky": "^9.0.11",
"typescript": "~5.3.2",
"validate-conventional-commit": "^1.0.3"
},
Expand Down

0 comments on commit 0dec43d

Please sign in to comment.