Skip to content

Commit 5b0a73a

Browse files
João Miguel Marinho da CunhaJoão Miguel Marinho da Cunha
authored andcommitted
📦 fix entry point
1 parent 2ee0d51 commit 5b0a73a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
"files": [
2323
"dist"
2424
],
25-
"main": "./dist/react-headless-markdown-editor.umd.cjs",
26-
"module": "./dist/react-headless-markdown-editor.js",
25+
"main": "./dist/index.umd.cjs",
26+
"module": "./dist/index.js",
2727
"exports": {
2828
".": {
29-
"import": "./dist/react-headless-markdown-editor.js",
30-
"require": "./dist/react-headless-markdown-editor.umd.cjs"
29+
"import": "./dist/index.js",
30+
"require": "./dist/index.umd.cjs"
3131
}
3232
},
3333
"scripts": {

0 commit comments

Comments
 (0)