File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 2929 "vfile-location" : " ^3.0.0"
3030 },
3131 "devDependencies" : {
32- "browserify" : " ^16 .0.0" ,
32+ "browserify" : " ^17 .0.0" ,
3333 "nyc" : " ^15.0.0" ,
3434 "prettier" : " ^2.0.0" ,
35- "remark" : " ^12 .0.0" ,
36- "remark-cli" : " ^8 .0.0" ,
37- "remark-preset-wooorm" : " ^7 .0.0" ,
35+ "remark" : " ^13 .0.0" ,
36+ "remark-cli" : " ^9 .0.0" ,
37+ "remark-preset-wooorm" : " ^8 .0.0" ,
3838 "tape" : " ^5.0.0" ,
39- "tinyify" : " ^2 .0.0" ,
40- "xo" : " ^0.32 .0"
39+ "tinyify" : " ^3 .0.0" ,
40+ "xo" : " ^0.34 .0"
4141 },
4242 "scripts" : {
43- "format" : " remark . -qfo && prettier . --write && xo --fix" ,
44- "build-bundle" : " browserify . -s unistUtilSource > unist-util-source.js" ,
45- "build-mangle" : " browserify . -s unistUtilSource -p tinyify > unist-util-source.min.js" ,
43+ "format" : " remark . -qfo && prettier . -w --loglevel warn && xo --fix" ,
44+ "build-bundle" : " browserify . -s unistUtilSource -o unist-util-source.js" ,
45+ "build-mangle" : " browserify . -s unistUtilSource -o unist-util-source.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