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 50
50
"tinyify" : " ^3.0.0" ,
51
51
"to-vfile" : " ^6.0.0" ,
52
52
"unist-util-visit" : " ^2.0.0" ,
53
- "xo" : " ^0.34 .0"
53
+ "xo" : " ^0.35 .0"
54
54
},
55
55
"scripts" : {
56
56
"format" : " remark . -qfo && prettier . -w --loglevel warn && xo --fix" ,
57
- "build-bundle" : " browserify index.js -s hastUtilFromParse5 > hast-util-from-parse5.js" ,
58
- "build-mangle" : " browserify index.js -p tinyify - s hastUtilFromParse5 > hast-util-from-parse5.min.js" ,
57
+ "build-bundle" : " browserify index.js -s hastUtilFromParse5 -o hast-util-from-parse5.js" ,
58
+ "build-mangle" : " browserify index.js -s hastUtilFromParse5 -o hast-util-from-parse5.min.js -p tinyify " ,
59
59
"build" : " npm run build-bundle && npm run build-mangle" ,
60
60
"test-api" : " node test" ,
61
61
"test-coverage" : " nyc --reporter lcov tape test" ,
You can’t perform that action at this time.
0 commit comments