Skip to content

Commit db901cd

Browse files
fix package.json
1 parent 985cf48 commit db901cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"email": "[email protected]"
2020
},
2121
"types": "./index.d.ts",
22-
"main": "src/index.ts",
23-
"module": "src/index.ts",
22+
"main": "lib/cjs/index.js",
23+
"module": "lib/esm/index.js",
2424
"repository": {
2525
"type": "git",
2626
"url": "git+https://github.com/dev-javascript/string-to-react-component.git"

0 commit comments

Comments
 (0)