Skip to content

Commit 5df4483

Browse files
committed
fix: Adds type: module to package.json. Closes #258
1 parent 60d2620 commit 5df4483

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "svelte-persisted-store",
33
"version": "0.0.0-development",
44
"license": "MIT",
5+
"type": "module",
56
"main": "dist/index.js",
67
"module": "dist/index.mjs",
78
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)