Skip to content

Commit

Permalink
fix: attempt to change exports in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
zaaakher committed May 18, 2024
1 parent 7204214 commit 2537d1f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 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.2",
"version": "0.34.3",
"description": "Modern UI Kit made with Tailwind",
"author": {
"name": "Sikka Software",
Expand Down Expand Up @@ -33,9 +33,7 @@
".": {
"import": "./dist/index.js"
},
"./*": {
"import": "./dist/*/index.js"
},
"./*": "./dist/*",
"./blocks/*": {
"import": "./dist/blocks/*/index.js"
},
Expand Down

0 comments on commit 2537d1f

Please sign in to comment.