Skip to content

Commit

Permalink
Add dot to exports entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
desko27 committed Aug 17, 2024
1 parent cbc2518 commit e7139e4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@
"author": "Ismael Ramon <[email protected]> (https://desko.dev)",
"type": "module",
"exports": {
"default": "./dist/main.js",
"require": "./dist/main.cjs",
"types": "./dist/main.d.ts"
".": {
"default": "./dist/main.js",
"require": "./dist/main.cjs",
"types": "./dist/main.d.ts"
}
},
"main": "./dist/main.js",
"types": "./dist/main.d.ts",
Expand Down

0 comments on commit e7139e4

Please sign in to comment.