File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 29
29
"unist-util-is" : " ^4.0.0"
30
30
},
31
31
"devDependencies" : {
32
- "browserify" : " ^16 .0.0" ,
33
- "hastscript" : " ^5 .0.0" ,
32
+ "browserify" : " ^17 .0.0" ,
33
+ "hastscript" : " ^6 .0.0" ,
34
34
"nyc" : " ^15.0.0" ,
35
35
"prettier" : " ^2.0.0" ,
36
- "remark-cli" : " ^8 .0.0" ,
37
- "remark-preset-wooorm" : " ^7 .0.0" ,
36
+ "remark-cli" : " ^9 .0.0" ,
37
+ "remark-preset-wooorm" : " ^8 .0.0" ,
38
38
"tape" : " ^5.0.0" ,
39
- "tinyify" : " ^2 .0.0" ,
40
- "xo" : " ^0.32 .0"
39
+ "tinyify" : " ^3 .0.0" ,
40
+ "xo" : " ^0.34 .0"
41
41
},
42
42
"scripts" : {
43
- "format" : " remark . -qfo && prettier . --write && xo --fix" ,
43
+ "format" : " remark . -qfo && prettier . -w --loglevel warn && xo --fix" ,
44
44
"build-bundle" : " browserify . -s unistUtilSize > unist-util-size.js" ,
45
45
"build-mangle" : " browserify . -s unistUtilSize -p tinyify > unist-util-size.min.js" ,
46
46
"build" : " npm run build-bundle && npm run build-mangle" ,
You can’t perform that action at this time.
0 commit comments