File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 4444 },
4545 "devDependencies" : {
4646 "@types/unist" : " ^2.0.0" ,
47- "browserify" : " ^16 .0.0" ,
48- "dtslint" : " ^3 .0.0" ,
49- "hastscript" : " ^5 .0.0" ,
47+ "browserify" : " ^17 .0.0" ,
48+ "dtslint" : " ^4 .0.0" ,
49+ "hastscript" : " ^6 .0.0" ,
5050 "nyc" : " ^15.0.0" ,
5151 "prettier" : " ^2.0.0" ,
52- "remark-cli" : " ^8 .0.0" ,
53- "remark-preset-wooorm" : " ^7 .0.0" ,
52+ "remark-cli" : " ^9 .0.0" ,
53+ "remark-preset-wooorm" : " ^8 .0.0" ,
5454 "tape" : " ^5.0.0" ,
55- "tinyify" : " ^2 .0.0" ,
55+ "tinyify" : " ^3 .0.0" ,
5656 "unist-builder" : " ^2.0.0" ,
57- "xo" : " ^0.32 .0"
57+ "xo" : " ^0.34 .0"
5858 },
5959 "scripts" : {
60- "format" : " remark . -qfo && prettier . --write && xo --fix" ,
60+ "format" : " remark . -qfo && prettier . -w --loglevel warn && xo --fix" ,
6161 "build-bundle" : " browserify . -s hastUtilToHtml > hast-util-to-html.js" ,
6262 "build-mangle" : " browserify . -s hastUtilToHtml -p tinyify > hast-util-to-html.min.js" ,
6363 "build" : " npm run build-bundle && npm run build-mangle" ,
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ const node: Node = {
66 tagName : 'div'
77}
88
9- /* eslint-disable-next-line @typescript-eslint/no-unused-vars */
109const result : string = toHtml ( node )
1110
1211toHtml ( node , {
You can’t perform that action at this time.
0 commit comments