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 31
31
"unist-util-is" : " ^4.0.0"
32
32
},
33
33
"devDependencies" : {
34
- "browserify" : " ^16 .0.0" ,
35
- "dtslint" : " ^3 .0.0" ,
34
+ "browserify" : " ^17 .0.0" ,
35
+ "dtslint" : " ^4 .0.0" ,
36
36
"nyc" : " ^15.0.0" ,
37
37
"prettier" : " ^2.0.0" ,
38
- "remark" : " ^12 .0.0" ,
39
- "remark-cli" : " ^8 .0.0" ,
40
- "remark-preset-wooorm" : " ^7 .0.0" ,
38
+ "remark" : " ^13 .0.0" ,
39
+ "remark-cli" : " ^9 .0.0" ,
40
+ "remark-preset-wooorm" : " ^8 .0.0" ,
41
41
"tape" : " ^5.0.0" ,
42
- "tinyify" : " ^2 .0.0" ,
43
- "xo" : " ^0.32 .0"
42
+ "tinyify" : " ^3 .0.0" ,
43
+ "xo" : " ^0.34 .0"
44
44
},
45
45
"scripts" : {
46
- "format" : " remark . -qfo && prettier . --write && xo --fix" ,
46
+ "format" : " remark . -qfo && prettier . -w --loglevel warn && xo --fix" ,
47
47
"build-bundle" : " browserify . -s unistUtilFindAllBefore > unist-util-find-all-before.js" ,
48
48
"build-mangle" : " browserify . -s unistUtilFindAllBefore -p tinyify > unist-util-find-all-before.min.js" ,
49
49
"build" : " npm run build-bundle && npm run build-mangle" ,
You can’t perform that action at this time.
0 commit comments