Skip to content

Commit

Permalink
📦 fix entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
João Miguel Marinho da Cunha authored and João Miguel Marinho da Cunha committed Nov 19, 2022
1 parent 2ee0d51 commit 5b0a73a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"files": [
"dist"
],
"main": "./dist/react-headless-markdown-editor.umd.cjs",
"module": "./dist/react-headless-markdown-editor.js",
"main": "./dist/index.umd.cjs",
"module": "./dist/index.js",
"exports": {
".": {
"import": "./dist/react-headless-markdown-editor.js",
"require": "./dist/react-headless-markdown-editor.umd.cjs"
"import": "./dist/index.js",
"require": "./dist/index.umd.cjs"
}
},
"scripts": {
Expand Down

0 comments on commit 5b0a73a

Please sign in to comment.