Skip to content

Commit

Permalink
fix: add module file in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
zaaakher committed Jul 25, 2024
1 parent 118ec15 commit 9468896
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sikka/hawa",
"version": "0.42.14",
"version": "0.42.15",
"description": "Modern UI Kit made with Tailwind",
"author": {
"name": "Sikka Software",
Expand Down Expand Up @@ -28,6 +28,7 @@
"access": "public"
},
"main": "./dist/index.js",
"module": "dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
Expand Down

0 comments on commit 9468896

Please sign in to comment.