We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3374e66 commit 0eabe4bCopy full SHA for 0eabe4b
1 file changed
package.json
@@ -2,7 +2,10 @@
2
"name": "react-render-to-markdown",
3
"version": "0.2.2",
4
"description": "render React components to Markdown strings for SSG-MD",
5
- "repository": "https://github.com/SoonIter/react-render-to-markdown",
+ "repository": {
6
+ "type": "git",
7
+ "url": "https://github.com/SoonIter/react-render-to-markdown"
8
+ },
9
"type": "module",
10
"exports": {
11
".": {
0 commit comments