diff --git a/package.json b/package.json index e55a4b080d..7a445caf03 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,13 @@ "license": "Apache-2.0", "description": "Svelte implementation of the Carbon Design System", "svelte": "./src/index.js", + "exports": { + ".": { + "svelte": "./src/index.js" + }, + "./css/*": "./css/*", + "./src/*": "./src/*" + }, "main": "./lib/index.js", "module": "./lib/index.mjs", "types": "./types/index.d.ts",