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 09c0abb commit c360100Copy full SHA for c360100
package.json
@@ -4,7 +4,7 @@
4
"description": "Stringify your JSON at max speed",
5
"main": "index.js",
6
"scripts": {
7
- "test": "standard && tap test.js"
+ "test": "standard && tap test/*.test.js"
8
},
9
"precommit": "test",
10
"repository": {
@@ -25,10 +25,9 @@
25
"homepage": "https://github.com/mcollina/fast-json-stringify#readme",
26
"devDependencies": {
27
"benchmark": "^2.1.1",
28
- "fast-safe-stringify": "^1.0.9",
29
- "is-my-json-valid": "^2.13.1",
+ "is-my-json-valid": "^2.14.0",
30
"pre-commit": "^1.1.3",
31
- "standard": "^7.1.2",
32
- "tap": "^6.2.0"
+ "standard": "^8.2.0",
+ "tap": "^7.1.2"
33
}
34
0 commit comments