mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46:36 +00:00
build: use Svelte source as "main" entry
This commit is contained in:
parent
c747b3f392
commit
994bfe7580
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
"license": "Apache-2.0",
|
||||
"description": "Svelte implementation of the Carbon Design System",
|
||||
"svelte": "./src/index.js",
|
||||
"main": "./lib/index.js",
|
||||
"main": "./src/index.js",
|
||||
"module": "./lib/index.mjs",
|
||||
"types": "./types/index.d.ts",
|
||||
"sideEffects": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue