Skip to content

Commit b6e34cd

Browse files
authored
build(deps-dev): remove @fastify/pre-commit (#175)
1 parent f6c0d3e commit b6e34cd

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

package.json

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@
1414
"test:unit:report": "npm run test:unit -- --coverage-report=html",
1515
"test:unit:verbose": "npm run test:unit -- -Rspec"
1616
},
17-
"precommit": [
18-
"lint",
19-
"test"
20-
],
2117
"repository": {
2218
"type": "git",
2319
"url": "git+ssh://[email protected]/fastify/fastify-caching.git"
@@ -63,7 +59,6 @@
6359
}
6460
],
6561
"devDependencies": {
66-
"@fastify/pre-commit": "^2.1.0",
6762
"@types/node": "^24.0.8",
6863
"c8": "^10.1.2",
6964
"eslint": "^9.17.0",
@@ -78,9 +73,5 @@
7873
},
7974
"publishConfig": {
8075
"access": "public"
81-
},
82-
"pre-commit": [
83-
"lint",
84-
"test"
85-
]
76+
}
8677
}

0 commit comments

Comments
 (0)