Skip to content

Commit 3374e66

Browse files
committed
chore: release v0.2.2
1 parent df534cc commit 3374e66

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

package.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-render-to-markdown",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "render React components to Markdown strings for SSG-MD",
55
"repository": "https://github.com/SoonIter/react-render-to-markdown",
66
"type": "module",
@@ -11,7 +11,9 @@
1111
"require": "./dist/index.cjs"
1212
}
1313
},
14-
"files": ["dist"],
14+
"files": [
15+
"dist"
16+
],
1517
"scripts": {
1618
"bump": "npx bumpp",
1719
"prepare": "simple-git-hooks && npm run build",
@@ -43,11 +45,17 @@
4345
"peerDependencies": {
4446
"react": ">=18.2.0"
4547
},
46-
"keywords": ["react", "markdown", "renderer", "react-reconciler"],
48+
"keywords": [
49+
"react",
50+
"markdown",
51+
"renderer",
52+
"react-reconciler"
53+
],
4754
"author": "SoonIter <sooniter@gmail.com>",
4855
"license": "MIT",
4956
"publishConfig": {
5057
"access": "public",
5158
"registry": "https://registry.npmjs.org/"
52-
}
59+
},
60+
"packageManager": "pnpm@8.15.4+sha256.cea6d0bdf2de3a0549582da3983c70c92ffc577ff4410cbf190817ddc35137c2"
5361
}

0 commit comments

Comments
 (0)