Skip to content

Commit 3e4de0a

Browse files
committed
chore(husky): fix v10+ config, valid JSON, update prepare [skip ci]
1 parent add64dc commit 3e4de0a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"build": "tsc",
1313
"lint": "eslint .",
1414
"test": "jest",
15-
"prepare": "husky",
15+
"prepare": "echo \"Husky is managed automatically\"",
1616
"format": "prettier --write ."
1717
},
1818
"keywords": [
@@ -34,7 +34,6 @@
3434
"globals": "^17.0.0",
3535
"husky": "^9.1.7",
3636
"jest": "^30.2.0",
37-
"lint-staged": "^16.2.7",
3837
"prettier": "^3.7.3",
3938
"ts-jest": "^29.4.6",
4039
"typescript": "^5.7.3",

0 commit comments

Comments
 (0)