From fe762897e22984c628a4d50f690f0d23f140d4cc Mon Sep 17 00:00:00 2001 From: Luke Else Date: Tue, 16 Sep 2025 11:07:34 +0100 Subject: [PATCH] fix: Export styles in package --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index d99a22d..b6d07d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@luke-else/component-lib", - "version": "1.0.6", + "version": "1.0.7", "description": "", "scripts": { "package": "svelte-package && pnpm run build:css", @@ -15,9 +15,9 @@ ".": { "types": "./dist/index.d.ts", "svelte": "./dist/index.js", - "default": "./dist/index.js", - "style": "./dist/style.css" - } + "default": "./dist/index.js" + }, + "./style": "./dist/style.css" }, "files": [ "dist"