File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 3232 "unist-util-visit-parents" : " ^3.0.0"
3333 },
3434 "devDependencies" : {
35- "browserify" : " ^16 .0.0" ,
35+ "browserify" : " ^17 .0.0" ,
3636 "hastscript" : " ^6.0.0" ,
3737 "nyc" : " ^15.0.0" ,
3838 "prettier" : " ^2.0.0" ,
39- "remark-cli" : " ^8 .0.0" ,
40- "remark-preset-wooorm" : " ^7 .0.0" ,
39+ "remark-cli" : " ^9 .0.0" ,
40+ "remark-preset-wooorm" : " ^8 .0.0" ,
4141 "tape" : " ^5.0.0" ,
42- "tinyify" : " ^2 .0.0" ,
43- "xo" : " ^0.33 .0"
42+ "tinyify" : " ^3 .0.0" ,
43+ "xo" : " ^0.34 .0"
4444 },
4545 "scripts" : {
46- "format" : " remark . -qfo && prettier . --write && xo --fix" ,
47- "build-bundle" : " browserify . -s hastUtilFindAndReplace > hast-util-find-and-replace.js" ,
48- "build-mangle" : " browserify . -s hastUtilFindAndReplace -p tinyify > hast-util-find-and-replace.min.js" ,
46+ "format" : " remark . -qfo && prettier . -w --loglevel warn && xo --fix" ,
47+ "build-bundle" : " browserify . -s hastUtilFindAndReplace -o hast-util-find-and-replace.js" ,
48+ "build-mangle" : " browserify . -s hastUtilFindAndReplace -o hast-util-find-and-replace.min.js -p tinyify " ,
4949 "build" : " npm run build-bundle && npm run build-mangle" ,
5050 "test-api" : " node test" ,
5151 "test-coverage" : " nyc --reporter lcov tape test.js" ,
You can’t perform that action at this time.
0 commit comments