Skip to content

Commit

Permalink
fix: Adds type: module to package.json. Closes #258
Browse files Browse the repository at this point in the history
  • Loading branch information
joshnuss committed May 20, 2024
1 parent 60d2620 commit 5df4483
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "svelte-persisted-store",
"version": "0.0.0-development",
"license": "MIT",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 5df4483

Please sign in to comment.