We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21c7668 commit 018277cCopy full SHA for 018277c
package.json
@@ -5,7 +5,7 @@
5
"main": "index.js",
6
"scripts": {
7
"benchmark": "node bench.js",
8
- "test": "standard && tap test/*.test.js"
+ "test": "standard && tap -j4 test/*.test.js"
9
},
10
"precommit": "test",
11
"repository": {
@@ -26,15 +26,15 @@
26
"homepage": "https://github.com/mcollina/fast-json-stringify#readme",
27
"devDependencies": {
28
"benchmark": "^2.1.4",
29
- "is-my-json-valid": "^2.16.1",
+ "is-my-json-valid": "^2.17.1",
30
"long": "^3.2.0",
31
"pre-commit": "^1.2.2",
32
"standard": "^10.0.3",
33
"tap": "^11.0.0",
34
- "uglify-es": "^3.1.1"
+ "uglify-es": "^3.2.2"
35
36
"dependencies": {
37
- "ajv": "^5.2.3",
38
- "fast-safe-stringify": "^1.2.0"
+ "ajv": "^5.5.2",
+ "fast-safe-stringify": "^1.2.1"
39
}
40
0 commit comments