Skip to content

Commit

Permalink
fix(exports): move types condition to the top (#4698)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist committed May 4, 2023
1 parent cbf0362 commit 3d44aae
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 @@ -26,9 +26,9 @@
"type": "commonjs",
"main": "./dist/index.js",
"exports": {
"types": "./dist/index.d.ts",
"import": "./wrapper.mjs",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
"require": "./dist/index.js"
},
"types": "./dist/index.d.ts",
"license": "MIT",
Expand Down

0 comments on commit 3d44aae

Please sign in to comment.