mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
Add exports field in package.json
This commit is contained in:
parent
292881dc3e
commit
8a44c0b904
1 changed files with 5 additions and 0 deletions
|
@ -4,6 +4,11 @@
|
|||
"license": "Apache-2.0",
|
||||
"description": "Svelte implementation of the Carbon Design System",
|
||||
"svelte": "./src/index.js",
|
||||
"exports": {
|
||||
".": {
|
||||
"svelte": "./src/index.js"
|
||||
}
|
||||
},
|
||||
"main": "./lib/index.js",
|
||||
"module": "./lib/index.mjs",
|
||||
"types": "./types/index.d.ts",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue