Skip to content

Commit df534cc

Browse files
committed
chore: update
1 parent 1d84611 commit df534cc

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "react-render-to-markdown",
33
"version": "0.2.1",
4-
"description": "render React components to Markdown strings",
4+
"description": "render React components to Markdown strings for SSG-MD",
5+
"repository": "https://github.com/SoonIter/react-render-to-markdown",
56
"type": "module",
67
"exports": {
78
".": {
@@ -44,5 +45,9 @@
4445
},
4546
"keywords": ["react", "markdown", "renderer", "react-reconciler"],
4647
"author": "SoonIter <sooniter@gmail.com>",
47-
"license": "MIT"
48+
"license": "MIT",
49+
"publishConfig": {
50+
"access": "public",
51+
"registry": "https://registry.npmjs.org/"
52+
}
4853
}

0 commit comments

Comments
 (0)