Skip to content

Commit

Permalink
fix: restore previous exports
Browse files Browse the repository at this point in the history
  • Loading branch information
zaaakher committed May 18, 2024
1 parent 6fd0847 commit 03c031e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sikka/hawa",
"version": "0.34.4",
"version": "0.34.5",
"description": "Modern UI Kit made with Tailwind",
"author": {
"name": "Sikka Software",
Expand Down Expand Up @@ -33,7 +33,9 @@
".": {
"import": "./dist/index.js"
},
"./*": "./dist/*/index.js",
"./*": {
"import": "./dist/*/index.js"
},
"./blocks/*": {
"import": "./dist/blocks/*/index.js"
},
Expand Down

0 comments on commit 03c031e

Please sign in to comment.