Skip to content

Commit

Permalink
Merge pull request #48 from CaptainCodeman/fix-svelte
Browse files Browse the repository at this point in the history
fix: fix export configuration for svelte kit
  • Loading branch information
BlueSky1997AL authored Feb 12, 2025
2 parents 9f22122 + e0f5a71 commit 1e71fcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/bytemd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"exports": {
".": {
"types": "./dist/index.d.ts",
"svelte": "./svelte/index.js",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
Expand Down

0 comments on commit 1e71fcc

Please sign in to comment.