build: use Svelte source as "main" entry

This commit is contained in:
metonym 2022-01-10 12:10:45 -10:00
commit 994bfe7580

View file

@ -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": [