Skip to content

Commit 6272a61

Browse files
authored
fix: remove husky (#6)
* fix: remove husky * fix: remove husky command from package.json
1 parent 6109f5a commit 6272a61

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ jobs:
1212
permissions:
1313
contents: read
1414
id-token: write
15-
env:
16-
HUSKY: 0
1715
steps:
1816
- name: Checkout Repo
1917
uses: actions/checkout@v4

.husky/pre-commit

Lines changed: 0 additions & 1 deletion
This file was deleted.

bun.lock

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"@eslint/js": "^9.28.0",
1212
"@types/bun": "latest",
1313
"eslint": "^9.28.0",
14-
"husky": "^9.1.7",
1514
"typescript-eslint": "^8.33.0",
1615
},
1716
"peerDependencies": {
@@ -244,8 +243,6 @@
244243

245244
"http-errors": ["http-errors@2.0.0", "", { "dependencies": { "depd": "2.0.0", "inherits": "2.0.4", "setprototypeof": "1.2.0", "statuses": "2.0.1", "toidentifier": "1.0.1" } }, "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ=="],
246245

247-
"husky": ["husky@9.1.7", "", { "bin": { "husky": "bin.js" } }, "sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA=="],
248-
249246
"iconv-lite": ["iconv-lite@0.6.3", "", { "dependencies": { "safer-buffer": ">= 2.1.2 < 3.0.0" } }, "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw=="],
250247

251248
"ignore": ["ignore@5.3.2", "", {}, "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g=="],

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,12 @@
3636
"dev": "tsc --watch",
3737
"inspect": "bunx @modelcontextprotocol/inspector node dist/index.js",
3838
"lint": "eslint src",
39-
"prepare": "husky",
4039
"prepublishOnly": "bun run build && chmod 755 dist/index.js"
4140
},
4241
"devDependencies": {
4342
"@eslint/js": "^9.28.0",
4443
"@types/bun": "latest",
4544
"eslint": "^9.28.0",
46-
"husky": "^9.1.7",
4745
"typescript-eslint": "^8.33.0"
4846
},
4947
"peerDependencies": {

0 commit comments

Comments
 (0)