Skip to content

Commit 0552cd1

Browse files
Bump husky from 5.2.0 to 6.0.0
1 parent 02ce8a6 commit 0552cd1

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

.husky/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
_
1+
_

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"cdk": "cdk",
1212
"lint": "prettier-standard --lint",
1313
"format": "prettier-standard --format",
14-
"postinstall": "husky install",
14+
"prepare": "husky install",
1515
"lint-staged": "lint-staged"
1616
},
1717
"repository": {
@@ -32,7 +32,7 @@
3232
"@types/node": "^14.14.41",
3333
"aws-cdk": "1.98.0",
3434
"detect-secrets": "^1.0.6",
35-
"husky": "^5.2.0",
35+
"husky": "^6.0.0",
3636
"jest": "^26.6.3",
3737
"lint-staged": "^10.5.4",
3838
"prettier-standard": "16.3.0",

0 commit comments

Comments
 (0)