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 9e0d3d5 commit c68c2f0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@
"engines": {
"node": ">=14"
},
"types": "./index.d.ts",
"exports": {
"import": "./index.js",
"types": "./index.d.ts"
"types": "./index.d.ts",
"import": "./index.js"
},
"publishConfig": {
"directory": "package"
Expand Down

0 comments on commit c68c2f0

Please sign in to comment.