diff --git a/package.json b/package.json index 2e6f067..06121d5 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,8 @@ "require": "./dist/index.cjs", "browser": "./dist/index.umd.js", "types": "./dist/index.d.ts" - } + }, + "./style.css": "./dist/style.css" }, "scripts": { "dev": "vite", @@ -53,4 +54,4 @@ "typescript": "^5.3.3", "vite": "^5.0.8" } -} \ No newline at end of file +}