From 76d67f959fa636e7baec4a6bd3087c270d3119e2 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Sun, 21 Sep 2025 09:21:15 +0100 Subject: [PATCH] build(deps-dev): remove @fastify/pre-commit --- package.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/package.json b/package.json index 84a615c..28c50d0 100644 --- a/package.json +++ b/package.json @@ -12,10 +12,6 @@ "test:typescript": "tsd", "test": "npm run lint && npm run test:unit && npm run test:typescript" }, - "precommit": [ - "lint", - "test" - ], "repository": { "type": "git", "url": "git+https://github.com/fastify/json-schema-ref-resolver.git" @@ -67,7 +63,6 @@ "dequal": "^2.0.3" }, "devDependencies": { - "@fastify/pre-commit": "^2.1.0", "c8": "^10.1.3", "eslint": "^9.17.0", "neostandard": "^0.12.0",