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 1ddef4d commit 433bf41Copy full SHA for 433bf41
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
@@ -47,7 +47,7 @@
47
"remark-cli": "^9.0.0",
48
"remark-preset-wooorm": "^8.0.0",
49
"tape": "^5.0.0",
50
- "xo": "^0.36.0"
+ "xo": "^0.38.0"
51
},
52
"scripts": {
53
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
0 commit comments