@@ -17,8 +17,7 @@
|
17 | 17 | "typecheck": "tsc --noEmit --pretty", |
18 | 18 | "changelog": "auto-changelog -p", |
19 | 19 | "release": "release-it --non-interactive", |
20 | | -"prepublishOnly": "npm run build", |
21 | | -"prepare": "husky" |
| 20 | +"prepublishOnly": "npm run build" |
22 | 21 | }, |
23 | 22 | "files": ["./dist"], |
24 | 23 | "devDependencies": { |
@@ -28,7 +27,6 @@
|
28 | 27 | "@vitest/coverage-v8": "^3.1.2", |
29 | 28 | "astro": "^5.7.10", |
30 | 29 | "auto-changelog": "^2.5.0", |
31 | | -"husky": "^9.1.7", |
32 | 30 | "release-it": "^19.0.1", |
33 | 31 | "typescript": "^5.8.3", |
34 | 32 | "vite": "^6.3.4", |
|
85 | 83 | "type": "individual", |
86 | 84 | "url": "https://kremalicious.com/thanks" |
87 | 85 | } |
88 | | - ], |
89 | | -"lint-staged": { |
90 | | -"*": ["biome check --no-errors-on-unmatched --files-ignore-unknown=true"] |
91 | | - } |
| 86 | + ] |
92 | 87 | } |