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 34
34
"unist-util-visit" : " ^2.0.0"
35
35
},
36
36
"devDependencies" : {
37
- "browserify" : " ^16 .0.0" ,
38
- "hastscript" : " ^5 .0.0" ,
37
+ "browserify" : " ^17 .0.0" ,
38
+ "hastscript" : " ^6 .0.0" ,
39
39
"nyc" : " ^15.0.0" ,
40
40
"prettier" : " ^2.0.0" ,
41
- "remark-cli" : " ^8 .0.0" ,
42
- "remark-preset-wooorm" : " ^7 .0.0" ,
41
+ "remark-cli" : " ^9 .0.0" ,
42
+ "remark-preset-wooorm" : " ^8 .0.0" ,
43
43
"tape" : " ^5.0.0" ,
44
- "tinyify" : " ^2 .0.0" ,
45
- "xo" : " ^0.32 .0"
44
+ "tinyify" : " ^3 .0.0" ,
45
+ "xo" : " ^0.34 .0"
46
46
},
47
47
"scripts" : {
48
- "format" : " remark . -qfo && prettier . --write && xo --fix" ,
49
- "build-bundle" : " browserify . -s hastUtilShiftHeading > hast-util-shift-heading.js" ,
50
- "build-mangle" : " browserify . -s hastUtilShiftHeading -p tinyify > hast-util-shift-heading.min.js" ,
48
+ "format" : " remark . -qfo && prettier . -w --loglevel warn && xo --fix" ,
49
+ "build-bundle" : " browserify . -s hastUtilShiftHeading -o hast-util-shift-heading.js" ,
50
+ "build-mangle" : " browserify . -s hastUtilShiftHeading -o hast-util-shift-heading.min.js -p tinyify " ,
51
51
"build" : " npm run build-bundle && npm run build-mangle" ,
52
52
"test-api" : " node test" ,
53
53
"test-coverage" : " nyc --reporter lcov tape test.js" ,
You can’t perform that action at this time.
0 commit comments