Skip to content

Commit

Permalink
chore: set type="module" in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Aug 25, 2022
1 parent aedfd58 commit 8f499c8
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 @@ -6,6 +6,7 @@
"svelte": "./src/index.js",
"main": "./src/index.js",
"types": "./types/index.d.ts",
"type": "module",
"sideEffects": [
"css/*.css"
],
Expand Down

0 comments on commit 8f499c8

Please sign in to comment.