diff --git a/package.json b/package.json index db63c4c..c5019fd 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,6 @@ "type": "commonjs", "types": "types/index.d.ts", "devDependencies": { - "@fastify/pre-commit": "^2.1.0", "@types/node": "^24.0.8", "c8": "^10.1.3", "eslint": "^9.17.0", @@ -66,9 +65,5 @@ ], "publishConfig": { "access": "public" - }, - "pre-commit": [ - "lint", - "test" - ] + } }