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 44
44
},
45
45
"devDependencies" : {
46
46
"@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" ,
50
50
"nyc" : " ^15.0.0" ,
51
51
"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" ,
54
54
"tape" : " ^5.0.0" ,
55
- "tinyify" : " ^2 .0.0" ,
55
+ "tinyify" : " ^3 .0.0" ,
56
56
"unist-builder" : " ^2.0.0" ,
57
- "xo" : " ^0.32 .0"
57
+ "xo" : " ^0.34 .0"
58
58
},
59
59
"scripts" : {
60
- "format" : " remark . -qfo && prettier . --write && xo --fix" ,
60
+ "format" : " remark . -qfo && prettier . -w --loglevel warn && xo --fix" ,
61
61
"build-bundle" : " browserify . -s hastUtilToHtml > hast-util-to-html.js" ,
62
62
"build-mangle" : " browserify . -s hastUtilToHtml -p tinyify > hast-util-to-html.min.js" ,
63
63
"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 = {
6
6
tagName : 'div'
7
7
}
8
8
9
- /* eslint-disable-next-line @typescript-eslint/no-unused-vars */
10
9
const result : string = toHtml ( node )
11
10
12
11
toHtml ( node , {
You can’t perform that action at this time.
0 commit comments