mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 03:49:34 +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",
|
"license": "Apache-2.0",
|
||||||
"description": "Svelte implementation of the Carbon Design System",
|
"description": "Svelte implementation of the Carbon Design System",
|
||||||
"svelte": "./src/index.js",
|
"svelte": "./src/index.js",
|
||||||
"main": "./lib/index.js",
|
"main": "./src/index.js",
|
||||||
"module": "./lib/index.mjs",
|
"module": "./lib/index.mjs",
|
||||||
"types": "./types/index.d.ts",
|
"types": "./types/index.d.ts",
|
||||||
"sideEffects": [
|
"sideEffects": [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue