Skip to content

Commit

Permalink
fix(module): add default to module exports (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaDiba authored Sep 14, 2024
1 parent d69a799 commit 4f99ebe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "Email parser for browser environments",
"main": "./src/postal-mime.js",
"exports": {
"default": "./src/postal-mime.js",
"import": "./src/postal-mime.js",
"types": "./postal-mime.d.ts"
},
Expand Down

0 comments on commit 4f99ebe

Please sign in to comment.