Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Asgarrrr authored Dec 11, 2024
1 parent 1fc0d5f commit e7c2ee0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"exports": {
".": {
"types": "./types/index.d.ts",
"import": "./dist/index.mjs"
"import": "./dist/index.mjs",
"default": "./dist/index.mjs",
}
},
"browser": "./dist/index.min.js",
Expand Down

0 comments on commit e7c2ee0

Please sign in to comment.