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 3737 "remark-preset-wooorm" : " ^8.0.0" ,
3838 "tape" : " ^5.0.0" ,
3939 "tinyify" : " ^3.0.0" ,
40- "xo" : " ^0.34 .0"
40+ "xo" : " ^0.35 .0"
4141 },
4242 "scripts" : {
4343 "format" : " remark . -qfo && prettier . -w --loglevel warn && xo --fix" ,
44- "build-bundle" : " browserify . -s hastUtilSectioning > hast-util-sectioning.js" ,
45- "build-mangle" : " browserify . -s hastUtilSectioning -p tinyify > hast-util-sectioning.min.js" ,
44+ "build-bundle" : " browserify . -s hastUtilSectioning -o hast-util-sectioning.js" ,
45+ "build-mangle" : " browserify . -s hastUtilSectioning -o hast-util-sectioning.min.js -p tinyify " ,
4646 "build" : " npm run build-bundle && npm run build-mangle" ,
4747 "test-api" : " node test" ,
4848 "test-coverage" : " nyc --reporter lcov tape test.js" ,
You can’t perform that action at this time.
0 commit comments