Skip to content

Commit 1e71fcc

Browse files
Merge pull request #48 from CaptainCodeman/fix-svelte
fix: fix export configuration for svelte kit
2 parents 9f22122 + e0f5a71 commit 1e71fcc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/bytemd/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"exports": {
1818
".": {
1919
"types": "./dist/index.d.ts",
20+
"svelte": "./svelte/index.js",
2021
"import": "./dist/index.mjs",
2122
"require": "./dist/index.js"
2223
},

0 commit comments

Comments
 (0)