Skip to content

Commit

Permalink
chore(deps-dev): update husky to 7.0.2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
char0n committed Nov 3, 2021
1 parent aa12144 commit ea66060
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 14 deletions.
4 changes: 4 additions & 0 deletions .husky/commit-msg
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx commitlint -e
4 changes: 4 additions & 0 deletions .husky/pre-commit
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx lint-staged
6 changes: 0 additions & 6 deletions .huskyrc

This file was deleted.

17 changes: 10 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -130,7 +130,7 @@
"express": "^4.17.1",
"file-loader": "^6.0.0",
"git-describe": "^4.0.4",
"husky": "=6.0.0",
"husky": "=7.0.2",
"ignore-assets-webpack-plugin": "^2.0.1",
"inspectpack": "=4.7.1",
"jest": "=27.0.6",
Expand Down

0 comments on commit ea66060

Please sign in to comment.