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 4444 "remark-preset-wooorm" : " ^8.0.0" ,
4545 "tape" : " ^5.0.0" ,
4646 "tinyify" : " ^3.0.0" ,
47- "xo" : " ^0.34 .0"
47+ "xo" : " ^0.35 .0"
4848 },
4949 "scripts" : {
5050 "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 " ,
5353 "build" : " npm run build-bundle && npm run build-mangle" ,
5454 "test-api" : " node test" ,
5555 "test-coverage" : " nyc --reporter lcov tape test" ,
You can’t perform that action at this time.
0 commit comments