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 28
28
"nlcst-to-string" : " ^2.0.0"
29
29
},
30
30
"devDependencies" : {
31
- "browserify" : " ^16 .0.0" ,
31
+ "browserify" : " ^17 .0.0" ,
32
32
"nyc" : " ^15.0.0" ,
33
33
"prettier" : " ^2.0.0" ,
34
- "remark-cli" : " ^8 .0.0" ,
35
- "remark-preset-wooorm" : " ^7 .0.0" ,
34
+ "remark-cli" : " ^9 .0.0" ,
35
+ "remark-preset-wooorm" : " ^8 .0.0" ,
36
36
"tape" : " ^5.0.0" ,
37
- "tinyify" : " ^2 .0.0" ,
38
- "xo" : " ^0.32 .0"
37
+ "tinyify" : " ^3 .0.0" ,
38
+ "xo" : " ^0.34 .0"
39
39
},
40
40
"scripts" : {
41
- "format" : " remark . -qfo && prettier . --write && xo --fix" ,
41
+ "format" : " remark . -qfo && prettier . -w --loglevel warn && xo --fix" ,
42
42
"build-bundle" : " browserify . -s nlcstNormalize -o nlcst-normalize.js" ,
43
43
"build-mangle" : " browserify . -s nlcstNormalize -p tinyify -o nlcst-normalize.min.js" ,
44
44
"build" : " npm run build-bundle && npm run build-mangle" ,
You can’t perform that action at this time.
0 commit comments