Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit 524bdb1

Browse files
authored
Merge pull request #225 from AtomLinter/renovate/husky-1.x
chore(deps): update dependency husky to v1
2 parents 985bc51 + d79b694 commit 524bdb1

File tree

2 files changed

+167
-21
lines changed

2 files changed

+167
-21
lines changed

package-lock.json

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

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@commitlint/config-conventional": "7.5.0",
3737
"@commitlint/travis-cli": "7.5.2",
3838
"@semantic-release/apm-config": "6.0.1",
39-
"husky": "0.14.3",
39+
"husky": "1.3.1",
4040
"semantic-release": "15.13.3",
4141
"eslint": "4.19.1",
4242
"eslint-config-airbnb-base": "12.1.0",
@@ -47,10 +47,14 @@
4747
"linter:2.0.0"
4848
],
4949
"scripts": {
50-
"commitmsg": "commitlint -e $GIT_PARAMS",
5150
"lint": "eslint .",
5251
"test": "apm test"
5352
},
53+
"husky": {
54+
"hooks": {
55+
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
56+
}
57+
},
5458
"eslintConfig": {
5559
"extends": "airbnb-base",
5660
"rules": {

0 commit comments

Comments
 (0)