We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e783ee7 commit 9be4610Copy full SHA for 9be4610
1 file changed
package.json
@@ -16,10 +16,6 @@
16
"test:unit": "c8 node --test",
17
"test": "npm run test:unit && npm run test:typescript"
18
},
19
- "precommit": [
20
- "lint",
21
- "test"
22
- ],
23
"repository": {
24
"type": "git",
25
"url": "git+https://github.com/fastify/fast-json-stringify.git"
@@ -66,7 +62,6 @@
66
62
}
67
63
],
68
64
"devDependencies": {
69
- "@fastify/pre-commit": "^2.1.0",
70
65
"@sinclair/typebox": "^0.34.3",
71
"benchmark": "^2.1.4",
72
"c8": "^10.1.2",
0 commit comments