diff --git a/package.json b/package.json index e55a4b08..d1f95679 100644 --- a/package.json +++ b/package.json @@ -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",