Skip to content

Commit 0c695a4

Browse files
committedDec 20, 2023
fix: add a module export again to the svelte-jsoneditor package
1 parent 5b29cda commit 0c695a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎package.json

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

0 commit comments

Comments
 (0)
Please sign in to comment.