Skip to content

Commit

Permalink
test: all imports to have the same export
Browse files Browse the repository at this point in the history
  • Loading branch information
zaaakher committed May 18, 2024
1 parent 28184e4 commit df8ae90
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 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.7",
"version": "0.34.8",
"description": "Modern UI Kit made with Tailwind",
"author": {
"name": "Sikka Software",
Expand Down Expand Up @@ -33,10 +33,7 @@
".": {
"import": "./dist/index.js"
},
"./*": {
"import": "./dist/*/index.js"
},
"./button": "./dist/button/index.js",
"./*": "./dist/*/index.js",
"./blocks/*": {
"import": "./dist/blocks/*/index.js"
},
Expand Down

0 comments on commit df8ae90

Please sign in to comment.