Skip to content

Commit

Permalink
Added missing ESM types export condition first (#216)
Browse files Browse the repository at this point in the history
The types expression needs to come first
  • Loading branch information
jonaskello authored Jun 7, 2023
1 parent 5dd9e28 commit 06d9f5c
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 @@ -15,6 +15,7 @@
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js"
}
Expand Down

0 comments on commit 06d9f5c

Please sign in to comment.