Skip to content

Commit

Permalink
add default export
Browse files Browse the repository at this point in the history
  • Loading branch information
Sysix committed Jun 16, 2024
1 parent a13db37 commit 4713371
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 @@ -12,7 +12,8 @@
"./package.json": "./package.json",
".": {
"types": "./types/index.d.ts",
"import": "./dist/index.js"
"import": "./dist/index.js",
"default": "./dist/index.js"
}
},
"sideEffects": false,
Expand Down

0 comments on commit 4713371

Please sign in to comment.