Skip to content

Commit e0047a0

Browse files
committed
Fix pnpm version
1 parent a2c5442 commit e0047a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "react-element-to-jsx-string",
33
"version": "16.0.0",
44
"description": "Turn a ReactElement into the corresponding JSX string.",
5+
"packageManager": "[email protected]",
56
"main": "dist/cjs/index.js",
67
"module": "dist/esm/index.js",
78
"browser": "dist/cjs/index.js",

0 commit comments

Comments
 (0)