diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json index 36f06d09..18b8708b 100644 --- a/package.json +++ b/package.json @@ -20,11 +20,13 @@ "lint:fix": "turbo --no-daemon lint --continue -- --fix", "typecheck": "turbo --no-daemon typecheck" }, + "dependencies": { + "husky": "^9.0.11" + }, "devDependencies": { "@karakeep/prettier-config": "workspace:^0.1.0", "@types/node": "^22", "es-errors": "^1.3.0", - "husky": "^9.0.11", "install": "^0.13.0", "oxlint": "^1.2.0", "prettier": "^3.4.2", |
