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 ff33f2f commit 2820790Copy full SHA for 2820790
package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "react-element-to-jsx-string",
+ "name": "@7rulnik/react-element-to-jsx-string",
3
"version": "15.0.0",
4
"description": "Turn a ReactElement into the corresponding JSX string.",
5
"main": "dist/cjs/index.js",
@@ -29,12 +29,9 @@
29
"git add"
30
]
31
},
32
- "author": {
33
- "name": "Algolia, Inc.",
34
- "url": "https://github.com/algolia"
35
- },
+ "author": "Valentin 7rulnik Semirulnik <[email protected]>",
36
"license": "MIT",
37
- "repository": "algolia/react-element-to-jsx-string",
+ "repository": "7rulnik/react-element-to-jsx-string",
38
"devDependencies": {
39
"@babel/cli": "7.17.6",
40
"@babel/core": "7.17.9",
0 commit comments