File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- exports . fromMarkdown = require ( './from-markdown' )
2
- exports . toMarkdown = require ( './to-markdown' )
1
+ exports . fromMarkdown = require ( './from-markdown.js ' )
2
+ exports . toMarkdown = require ( './to-markdown.js ' )
Original file line number Diff line number Diff line change 36
36
},
37
37
"devDependencies" : {
38
38
"mdast-util-from-markdown" : " ^0.8.0" ,
39
- "mdast-util-to-markdown" : " ^0.5 .0" ,
39
+ "mdast-util-to-markdown" : " ^0.6 .0" ,
40
40
"nyc" : " ^15.0.0" ,
41
41
"prettier" : " ^2.0.0" ,
42
42
"remark-cli" : " ^9.0.0" ,
43
43
"remark-preset-wooorm" : " ^8.0.0" ,
44
44
"tape" : " ^5.0.0" ,
45
45
"unist-util-remove-position" : " ^3.0.0" ,
46
- "xo" : " ^0.35 .0"
46
+ "xo" : " ^0.37 .0"
47
47
},
48
48
"scripts" : {
49
49
"format" : " remark . -qfo && prettier . -w --loglevel warn && xo --fix" ,
You can’t perform that action at this time.
0 commit comments