mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46:36 +00:00
chore: set type="module"
in package.json
This commit is contained in:
parent
aedfd5841b
commit
8f499c80ea
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
"svelte": "./src/index.js",
|
||||
"main": "./src/index.js",
|
||||
"types": "./types/index.d.ts",
|
||||
"type": "module",
|
||||
"sideEffects": [
|
||||
"css/*.css"
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue