File tree Expand file tree Collapse file tree 3 files changed +124
-122
lines changed Expand file tree Collapse file tree 3 files changed +124
-122
lines changed Original file line number Diff line number Diff line change 1
1
coverage /
2
2
hastscript.js
3
3
hastscript.min.js
4
+ * .json
5
+ * .md
Original file line number Diff line number Diff line change 47
47
"remark-cli" : " ^8.0.0" ,
48
48
"remark-preset-wooorm" : " ^7.0.0" ,
49
49
"svg-tag-names" : " ^2.0.0" ,
50
- "tape" : " ^4 .0.0" ,
50
+ "tape" : " ^5 .0.0" ,
51
51
"tinyify" : " ^2.0.0" ,
52
- "xo" : " ^0.29 .0"
52
+ "xo" : " ^0.32 .0"
53
53
},
54
54
"scripts" : {
55
55
"generate" : " node build" ,
56
- "format" : " remark . -qfo && prettier --write \" **/*.js \" && xo --fix" ,
56
+ "format" : " remark . -qfo && prettier . --write && xo --fix" ,
57
57
"build-bundle" : " browserify . -s hastscript > hastscript.js" ,
58
58
"build-mangle" : " browserify . -s hastscript -p tinyify > hastscript.min.js" ,
59
59
"build" : " npm run build-bundle && npm run build-mangle" ,
You can’t perform that action at this time.
0 commit comments