Skip to content

Commit

Permalink
fix: fixed css import
Browse files Browse the repository at this point in the history
  • Loading branch information
Uninen committed Nov 28, 2024
1 parent c5843fe commit c2e0001
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# @slipmatio/ui

### 0.2.2 - (2024-11-28)

- Fix: fixed CSS import.

### 0.2.1 - (2024-11-27)

- Refactor: explicitly test types in CI.
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slipmatio/ui",
"version": "0.2.1",
"version": "0.2.2",
"type": "module",
"description": "Common UI components for Slipmat.io projects",
"author": {
Expand Down Expand Up @@ -30,9 +30,9 @@
"import": "./dist/ui.js",
"require": "./dist/ui.cjs"
},
"./style.css": {
"import": "./dist/style.css",
"require": "./dist/style.css"
"./ui.css": {
"import": "./dist/ui.css",
"require": "./dist/ui.css"
}
},
"files": [
Expand Down

0 comments on commit c2e0001

Please sign in to comment.