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 985cf48 commit db901cdCopy full SHA for db901cd
package.json
@@ -19,8 +19,8 @@
19
"email": "javascript.code.dev@gmail.com"
20
},
21
"types": "./index.d.ts",
22
- "main": "src/index.ts",
23
- "module": "src/index.ts",
+ "main": "lib/cjs/index.js",
+ "module": "lib/esm/index.js",
24
"repository": {
25
"type": "git",
26
"url": "git+https://github.com/dev-javascript/string-to-react-component.git"
0 commit comments