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