File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 38
38
"zwitch" : " ^1.0.0"
39
39
},
40
40
"devDependencies" : {
41
- "hastscript" : " ^5 .0.0" ,
41
+ "hastscript" : " ^6 .0.0" ,
42
42
"nyc" : " ^15.0.0" ,
43
43
"prettier" : " ^2.0.0" ,
44
- "remark-cli" : " ^8 .0.0" ,
45
- "remark-preset-wooorm" : " ^7 .0.0" ,
44
+ "remark-cli" : " ^9 .0.0" ,
45
+ "remark-preset-wooorm" : " ^8 .0.0" ,
46
46
"tape" : " ^5.0.0" ,
47
47
"unist-builder" : " ^2.0.0" ,
48
- "xastscript" : " ^1 .0.0" ,
49
- "xo" : " ^0.32 .0"
48
+ "xastscript" : " ^2 .0.0" ,
49
+ "xo" : " ^0.34 .0"
50
50
},
51
51
"scripts" : {
52
- "format" : " remark . -qfo && prettier . --write && xo --fix" ,
52
+ "format" : " remark . -qfo && prettier . -w --loglevel warn && xo --fix" ,
53
53
"test-api" : " node test" ,
54
54
"test-coverage" : " nyc --reporter lcov tape test.js" ,
55
55
"test" : " npm run format && npm run test-coverage"
You can’t perform that action at this time.
0 commit comments