diff --git a/package.json b/package.json index 3694771a..f921578e 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,8 @@ ".": { "require": "./dist/compound-web.cjs", "import": "./dist/compound-web.js", - "types": "./dist/index.d.ts" + "types": "./dist/index.d.ts", + "style": "./dist/style.css" }, "./dist/style.css": { "require": "./dist/style.css",