File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 38
38
"remark-preset-wooorm" : " ^8.0.0" ,
39
39
"tape" : " ^5.0.0" ,
40
40
"tinyify" : " ^3.0.0" ,
41
- "xo" : " ^0.34 .0"
41
+ "xo" : " ^0.35 .0"
42
42
},
43
43
"scripts" : {
44
- "format" : " remark . -qfo && prettier . --write && xo --fix" ,
45
- "build-bundle" : " browserify . -s hastUtilInteractive > hast-util-interactive.js" ,
46
- "build-mangle" : " browserify . -s hastUtilInteractive -p tinyify > hast-util-interactive.min.js" ,
44
+ "format" : " remark . -qfo && prettier . --write --loglevel warn && xo --fix" ,
45
+ "build-bundle" : " browserify . -s hastUtilInteractive -o hast-util-interactive.js" ,
46
+ "build-mangle" : " browserify . -s hastUtilInteractive -o hast-util-interactive.min.js -p tinyify " ,
47
47
"build" : " npm run build-bundle && npm run build-mangle" ,
48
48
"test-api" : " node test" ,
49
49
"test-coverage" : " nyc --reporter lcov tape test.js" ,
You can’t perform that action at this time.
0 commit comments