Skip to content

Commit

Permalink
refactor: Add default export
Browse files Browse the repository at this point in the history
  • Loading branch information
arkarlov committed Sep 15, 2024
1 parent f2adf92 commit e30b888
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 @@ -14,7 +14,8 @@
"type": "module",
"exports": {
".": {
"import": "./dist/index.js"
"import": "./dist/index.js",
"default": "./dist/index.js"
}
},
"scripts": {
Expand Down

0 comments on commit e30b888

Please sign in to comment.