Skip to content

Commit

Permalink
Change path to file in export bundle.css
Browse files Browse the repository at this point in the history
  • Loading branch information
SweetDealer committed Jan 10, 2024
1 parent d442034 commit 8c34e17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": {
Expand Down

0 comments on commit 8c34e17

Please sign in to comment.