Skip to content

Commit

Permalink
fix exports
Browse files Browse the repository at this point in the history
  • Loading branch information
pngwn committed Aug 15, 2024
1 parent 7f77e94 commit 86a19e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/mdsvex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "Markdown preprocessor for Svelte",
"exports": {
".": {
"require": "dist/main.cjs",
"default": "dist/main.mjs"
"require": "./dist/main.cjs",
"default": "./dist/main.mjs"
}
},
"main": "dist/main.cjs",
Expand Down

0 comments on commit 86a19e1

Please sign in to comment.