Skip to content

Commit

Permalink
chore: move types exports to top
Browse files Browse the repository at this point in the history
  • Loading branch information
dangreen committed Mar 10, 2024
1 parent 305f3bd commit 2a00fdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"exports": "./src/index.ts",
"publishConfig": {
"exports": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs",
"types": "./dist/index.d.ts"
"require": "./dist/index.cjs"
},
"directory": "package"
},
Expand Down

0 comments on commit 2a00fdb

Please sign in to comment.