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 c175916 commit a41ba24Copy full SHA for a41ba24
1 file changed
package.json
@@ -24,13 +24,18 @@
24
},
25
"homepage": "https://github.com/fastify/fast-json-stringify-compiler#readme",
26
"devDependencies": {
27
+ "@fastify/pre-commit": "^2.0.2",
28
"fastify": "^4.0.0",
29
"rimraf": "^3.0.2",
30
"sanitize-filename": "^1.6.3",
31
"standard": "^17.0.0",
32
"tap": "^16.0.0",
33
"tsd": "^0.25.0"
34
35
+ "pre-commit": [
36
+ "lint",
37
+ "test"
38
+ ],
39
"dependencies": {
40
"fast-json-stringify": "^5.0.0"
41
}
0 commit comments