Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
move types condition to the front
  • Loading branch information
Andarist committed May 1, 2023
commit 52567ca44ff61aa28a4b7a98ebf0c4c96edff0b3
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"module": "mjs/index.js",
"exports": {
".": {
"types": "./index.d.ts",
"import": "./mjs/index.js",
"require": "./cjs/index.js",
"types": "./index.d.ts"
"require": "./cjs/index.js"
}
},
"types": "./index.d.ts",
Expand Down