Skip to content

Commit d405c42

Browse files
authored
build(deps-dev): remove @fastify/pre-commit (#243)
1 parent 3c66977 commit d405c42

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
@@ -58,7 +58,6 @@
5858
}
5959
],
6060
"devDependencies": {
61-
"@fastify/pre-commit": "^2.1.0",
6261
"@types/connect": "^3.4.38",
6362
"@types/node": "^24.0.8",
6463
"c8": "^10.1.3",
@@ -78,9 +77,5 @@
7877
},
7978
"publishConfig": {
8079
"access": "public"
81-
},
82-
"pre-commit": [
83-
"lint",
84-
"test"
85-
]
80+
}
8681
}

0 commit comments

Comments
 (0)