File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 21
21
"test" : " standard && tap test.js" ,
22
22
"benchmark" : " node benchmark.js" ,
23
23
"compare" : " node compare.js" ,
24
- "coverage" : " nyc --reporter=html --reporter=text npm test"
24
+ "coverage" : " nyc --reporter=html --reporter=text npm test" ,
25
+ "lint" : " standard . --fix"
25
26
},
26
27
"author" : " Ruben Bridgewater" ,
27
28
"license" : " MIT" ,
28
29
"typings" : " index" ,
29
30
"devDependencies" : {
30
31
"@types/json-stable-stringify" : " ^1.0.32" ,
31
32
"benchmark" : " ^2.1.4" ,
32
- "clone" : " ^2.1.0 " ,
33
+ "clone" : " ^2.1.2 " ,
33
34
"fast-json-stable-stringify" : " ^2.0.0" ,
34
- "fast-safe-stringify" : " ^2.0.2 " ,
35
+ "fast-safe-stringify" : " ^2.0.6 " ,
35
36
"fast-stable-stringify" : " ^1.0.0" ,
36
37
"faster-stable-stringify" : " ^1.0.0" ,
37
38
"json-stable-stringify" : " ^1.0.1" ,
38
39
"json-stringify-deterministic" : " ^1.0.1" ,
39
40
"json-stringify-safe" : " ^5.0.1" ,
40
41
"nyc" : " ^13.0.1" ,
41
- "standard" : " ^11 .0.0-beta.0 " ,
42
- "tap" : " ^11 .0.0 "
42
+ "standard" : " ^12 .0.1 " ,
43
+ "tap" : " ^12 .0.1 "
43
44
},
44
45
"repository" : {
45
46
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments