File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 35
35
"zwitch" : " ^1.0.0"
36
36
},
37
37
"devDependencies" : {
38
- "browserify" : " ^16 .0.0" ,
38
+ "browserify" : " ^17 .0.0" ,
39
39
"json-stringify-safe" : " ^5.0.0" ,
40
40
"nyc" : " ^15.0.0" ,
41
41
"parse5" : " ^6.0.0" ,
42
42
"prettier" : " ^2.0.0" ,
43
- "remark-cli" : " ^8 .0.0" ,
44
- "remark-preset-wooorm" : " ^7 .0.0" ,
43
+ "remark-cli" : " ^9 .0.0" ,
44
+ "remark-preset-wooorm" : " ^8 .0.0" ,
45
45
"tape" : " ^5.0.0" ,
46
- "tinyify" : " ^2 .0.0" ,
47
- "xo" : " ^0.32 .0"
46
+ "tinyify" : " ^3 .0.0" ,
47
+ "xo" : " ^0.34 .0"
48
48
},
49
49
"scripts" : {
50
- "format" : " remark . -qfo && prettier . --write && xo --fix" ,
50
+ "format" : " remark . -qfo && prettier . -w --loglevel warn && xo --fix" ,
51
51
"build-bundle" : " browserify . -s hastUtilToParse5 > hast-util-to-parse5.js" ,
52
52
"build-mangle" : " browserify . -s hastUtilToParse5 -p tinyify > hast-util-to-parse5.min.js" ,
53
53
"build" : " npm run build-bundle && npm run build-mangle" ,
You can’t perform that action at this time.
0 commit comments