Skip to content

Commit 5e2bcda

Browse files
committed
chore(deps): update to husky v6
1 parent 3f9befe commit 5e2bcda

File tree

4 files changed

+10
-121
lines changed

4 files changed

+10
-121
lines changed

.husky/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
_

.husky/commit-msg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
. "$(dirname "$0")/_/husky.sh"
3+
4+
npx --no-install commitlint --edit $1

package-lock.json

Lines changed: 4 additions & 115 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,10 @@
4141
"devDependencies": {
4242
"@commitlint/cli": "^12.1.1",
4343
"@commitlint/config-conventional": "^12.1.1",
44-
"husky": "^4.3.8",
44+
"husky": "^6.0.0",
4545
"standard": "^16.0.3",
4646
"standard-version": "^9.3.0"
4747
},
48-
"husky": {
49-
"hooks": {
50-
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
51-
}
52-
},
5348
"publishConfig": {
5449
"registry": "https://npm.pkg.github.com/",
5550
"access": "public"

0 commit comments

Comments
 (0)