Skip to content

Commit 3bf178d

Browse files
committed
chore: upgrade husky hooks config
1 parent bb2f9ae commit 3bf178d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"standard-version": "7.0.0"
2727
},
2828
"scripts": {
29-
"commitmsg": "commitlint -E HUSKY_GIT_PARAMS",
3029
"test": "mocha test/test.js",
3130
"md": "runmd --watch --output=README.md README_js.md",
3231
"release": "standard-version",
@@ -40,5 +39,10 @@
4039
"repository": {
4140
"type": "git",
4241
"url": "https://github.com/kelektiv/node-uuid.git"
42+
},
43+
"husky": {
44+
"hooks": {
45+
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
46+
}
4347
}
4448
}

0 commit comments

Comments
 (0)