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 e391aae commit e046152Copy full SHA for e046152
.gitignore
@@ -1,4 +1,5 @@
1
-index-dist.js
2
-node_modules/
+.yarn/
3
dist/
+node_modules/
4
+index-dist.js
5
npm-debug.log
.yarnrc.yml
@@ -0,0 +1 @@
+nodeLinker: node-modules
package.json
@@ -2,7 +2,7 @@
"name": "react-element-to-jsx-string",
"version": "16.0.0",
"description": "Turn a ReactElement into the corresponding JSX string.",
- "packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610",
+ "packageManager": "yarn@4.6.0",
6
"main": "dist/cjs/index.js",
7
"module": "dist/esm/index.js",
8
"browser": "dist/cjs/index.js",
0 commit comments