File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 44
44
"remark-preset-wooorm" : " ^8.0.0" ,
45
45
"tape" : " ^5.0.0" ,
46
46
"tinyify" : " ^3.0.0" ,
47
- "xo" : " ^0.34 .0"
47
+ "xo" : " ^0.35 .0"
48
48
},
49
49
"scripts" : {
50
50
"format" : " remark . -qfo && prettier . -w --loglevel warn && xo --fix" ,
51
- "build-bundle" : " browserify . -s hastUtilToParse5 > hast-util-to-parse5.js" ,
52
- "build-mangle" : " browserify . -s hastUtilToParse5 -p tinyify > hast-util-to-parse5.min.js" ,
51
+ "build-bundle" : " browserify . -s hastUtilToParse5 -o hast-util-to-parse5.js" ,
52
+ "build-mangle" : " browserify . -s hastUtilToParse5 -o hast-util-to-parse5.min.js -p tinyify " ,
53
53
"build" : " npm run build-bundle && npm run build-mangle" ,
54
54
"test-api" : " node test" ,
55
55
"test-coverage" : " nyc --reporter lcov tape test" ,
You can’t perform that action at this time.
0 commit comments