Skip to content

Commit

Permalink
Merge pull request #259 from joshnuss/type-module
Browse files Browse the repository at this point in the history
fix: Adds type: module to package.json. Closes #258
  • Loading branch information
joshnuss authored May 20, 2024
2 parents 18ea9b8 + 2aa25bd commit 5745d10
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
File renamed without changes.
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 5745d10

Please sign in to comment.