Skip to content

Commit 639958a

Browse files
authored
build(deps-dev): remove @fastify/pre-commit (#228)
1 parent d0203f7 commit 639958a

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"fastify-plugin": "^5.0.0"
2424
},
2525
"devDependencies": {
26-
"@fastify/pre-commit": "^2.1.0",
2726
"@types/node": "^24.0.8",
2827
"c8": "^10.1.3",
2928
"eslint": "^9.6.0",
@@ -73,9 +72,5 @@
7372
],
7473
"publishConfig": {
7574
"access": "public"
76-
},
77-
"pre-commit": [
78-
"lint",
79-
"test"
80-
]
75+
}
8176
}

0 commit comments

Comments
 (0)