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 5050 "tinyify" : " ^3.0.0" ,
5151 "to-vfile" : " ^6.0.0" ,
5252 "unist-util-visit" : " ^2.0.0" ,
53- "xo" : " ^0.34 .0"
53+ "xo" : " ^0.35 .0"
5454 },
5555 "scripts" : {
5656 "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 " ,
5959 "build" : " npm run build-bundle && npm run build-mangle" ,
6060 "test-api" : " node test" ,
6161 "test-coverage" : " nyc --reporter lcov tape test" ,
You can’t perform that action at this time.
0 commit comments