Skip to content

Commit f4576b0

Browse files
authored
build(deps-dev): remove @fastify/pre-commit (#197)
1 parent a6ccbb2 commit f4576b0

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"type": "commonjs",
77
"types": "types/index.d.ts",
88
"devDependencies": {
9-
"@fastify/pre-commit": "^2.1.0",
109
"@types/node": "^24.0.8",
1110
"c8": "^10.1.3",
1211
"eslint": "^9.17.0",
@@ -66,9 +65,5 @@
6665
],
6766
"publishConfig": {
6867
"access": "public"
69-
},
70-
"pre-commit": [
71-
"lint",
72-
"test"
73-
]
68+
}
7469
}

0 commit comments

Comments
 (0)