Skip to content

Commit

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

0 comments on commit 6fd0847

Please sign in to comment.