From a4836a24f312997a3584c863b465cbe48cbd61db Mon Sep 17 00:00:00 2001 From: Johannes Kimmeyer Date: Tue, 21 Nov 2023 21:41:54 +0100 Subject: [PATCH] chore: Export styles from package (#109) Export styles from package --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 839fbda..1441f5c 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,8 @@ "url": "git+https://github.com/jkimmeyer/panorama-design-system.git" }, "exports": { - ".": "./dist/main.js" + ".": "./dist/main.js", + "./styles": "./dist/style.js" }, "files": [ "dist",