Skip to content

Commit

Permalink
Merge pull request #81 from preactjs/fix/pkg-types
Browse files Browse the repository at this point in the history
fix: Move `types` export condition first
  • Loading branch information
rschristian committed Oct 13, 2023
2 parents 67f2b5d + ba0e102 commit 80cb54e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -6,9 +6,9 @@
"module": "./dist/esm/index.mjs",
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"import": "./dist/esm/index.mjs",
"require": "./dist/cjs/index.js",
"types": "./dist/types/index.d.ts"
"require": "./dist/cjs/index.js"
},
"./package.json": "./package.json"
},
Expand Down

0 comments on commit 80cb54e

Please sign in to comment.