We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent add64dc commit 3e4de0aCopy full SHA for 3e4de0a
1 file changed
package.json
@@ -12,7 +12,7 @@
12
"build": "tsc",
13
"lint": "eslint .",
14
"test": "jest",
15
- "prepare": "husky",
+ "prepare": "echo \"Husky is managed automatically\"",
16
"format": "prettier --write ."
17
},
18
"keywords": [
@@ -34,7 +34,6 @@
34
"globals": "^17.0.0",
35
"husky": "^9.1.7",
36
"jest": "^30.2.0",
37
- "lint-staged": "^16.2.7",
38
"prettier": "^3.7.3",
39
"ts-jest": "^29.4.6",
40
"typescript": "^5.7.3",
0 commit comments