Skip to content

Commit

Permalink
package supports ESM import declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrittanyhill committed Jan 18, 2024
1 parent aff7f25 commit 0900b8c
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 @@ -9,6 +9,7 @@
"main": "./dist/postal-address.node.js",
"exports": {
".": {
"import": "./dist/postal-address.js",
"browser": "./dist/postal-address.js",
"require": "./dist/postal-address.node.js"
},
Expand Down

0 comments on commit 0900b8c

Please sign in to comment.