Skip to content

Commit

Permalink
fix: dist file path
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Aug 8, 2024
1 parent 1f63a3f commit 9927026
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 @@ -18,8 +18,8 @@
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
},
"files": [
Expand Down

0 comments on commit 9927026

Please sign in to comment.