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 32c6487 commit 909494dCopy full SHA for 909494d
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
@@ -42,11 +42,11 @@
42
"micromark-extension-gfm-task-list-item": "^0.3.0",
43
"nyc": "^15.0.0",
44
"prettier": "^2.0.0",
45
- "remark-cli": "^9.0.0-alpha.1",
+ "remark-cli": "^9.0.0",
46
"remark-preset-wooorm": "^8.0.0",
47
"tape": "^5.0.0",
48
"unist-util-remove-position": "^3.0.0",
49
- "xo": "^0.36.0"
+ "xo": "^0.38.0"
50
},
51
"scripts": {
52
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
0 commit comments