Skip to content

Commit 6de8c6c

Browse files
committed
Bumped v5.9.2
Signed-off-by: Matteo Collina <[email protected]>
1 parent c300641 commit 6de8c6c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fast-json-stringify",
3-
"version": "5.9.1",
3+
"version": "5.9.2",
44
"description": "Stringify your JSON at max speed",
55
"main": "index.js",
66
"type": "commonjs",
@@ -16,7 +16,10 @@
1616
"test:unit": "tap",
1717
"test": "npm run test:unit && npm run test:typescript"
1818
},
19-
"precommit": ["lint", "test"],
19+
"precommit": [
20+
"lint",
21+
"test"
22+
],
2023
"repository": {
2124
"type": "git",
2225
"url": "git+https://github.com/fastify/fast-json-stringify.git"

0 commit comments

Comments
 (0)