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 c300641 commit 6de8c6cCopy full SHA for 6de8c6c
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "fast-json-stringify",
3
- "version": "5.9.1",
+ "version": "5.9.2",
4
"description": "Stringify your JSON at max speed",
5
"main": "index.js",
6
"type": "commonjs",
@@ -16,7 +16,10 @@
16
"test:unit": "tap",
17
"test": "npm run test:unit && npm run test:typescript"
18
},
19
- "precommit": ["lint", "test"],
+ "precommit": [
20
+ "lint",
21
+ "test"
22
+ ],
23
"repository": {
24
"type": "git",
25
"url": "git+https://github.com/fastify/fast-json-stringify.git"
0 commit comments