We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0da3d65 commit cf83552Copy full SHA for cf83552
index.js
@@ -1,2 +1,2 @@
1
-exports.fromMarkdown = require('./from-markdown')
2
-exports.toMarkdown = require('./to-markdown')
+exports.fromMarkdown = require('./from-markdown.js')
+exports.toMarkdown = require('./to-markdown.js')
package.json
@@ -45,7 +45,7 @@
45
"remark-preset-wooorm": "^8.0.0",
46
"tape": "^5.0.0",
47
"unist-util-remove-position": "^3.0.0",
48
- "xo": "^0.36.0"
+ "xo": "^0.38.0"
49
},
50
"scripts": {
51
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
0 commit comments