We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9c388f commit a2a086aCopy full SHA for a2a086a
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')
0 commit comments