Skip to content

Commit 75dc984

Browse files
author
Sebi Nemeth
committed
include husky
1 parent c8821de commit 75dc984

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"types": "./dist/index.d.ts",
77
"scripts": {
88
"build": "tsc --declaration",
9-
"test": "echo \"Error: no test specified\" && exit 1"
9+
"test": "echo \"Error: no test specified\" && exit 1",
10+
"prepare": "husky install"
1011
},
1112
"husky": {
1213
"hooks": {
@@ -30,7 +31,7 @@
3031
},
3132
"devDependencies": {
3233
"@types/lodash": "^4.14.195",
33-
"husky": "^8.0.0",
34+
"husky": "^8.0.3",
3435
"typescript": "^5.1.6"
3536
}
3637
}

0 commit comments

Comments
 (0)