From 8c34e1762bfa6bd14dfb0237395263f3ea164fc0 Mon Sep 17 00:00:00 2001 From: Kateryna Tkachenko Date: Wed, 10 Jan 2024 16:09:16 +0100 Subject: [PATCH] Change path to file in export bundle.css --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ba27a84..b507af4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@elsci-io/ui-essential", - "version": "1.0.35", + "version": "1.0.36", "description": "Material Design components created for products built by elsci.io", "main": "src/index.js", "type": "module", @@ -21,7 +21,7 @@ "exports": { ".": "./src/index.js", "./styles": "./src/style.scss", - "./bundle.css": "./dist/styles.bundle.css", + "./bundle.css": "./dist/bundle.css", "./bundle.js": "./dist/index.bundle.js" }, "devDependencies": {