Skip to content

Commit

Permalink
build: reorder export conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Mar 24, 2023
1 parent 2e606da commit d6c5b0c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
"license": "MIT",
"exports": {
".": {
"require": "./dist/index.cjs",
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
"require": "./dist/index.cjs"
},
"./runtime": {
"require": "./dist/runtime.cjs",
"types": "./dist/runtime.d.ts",
"import": "./dist/runtime.mjs",
"types": "./dist/runtime.d.ts"
"require": "./dist/runtime.cjs"
}
},
"main": "./dist/index.cjs",
Expand Down

0 comments on commit d6c5b0c

Please sign in to comment.