Skip to content

Commit

Permalink
fix: modern exports path
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyOGo committed Jan 5, 2024
1 parent fe5b153 commit 8aa3570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"exports": {
"types": "./dist/index.d.ts",
"require": "./dist/index.js",
"default": "./dist/index.mjs.js"
"default": "./dist/index.modern.mjs"
},
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down

0 comments on commit 8aa3570

Please sign in to comment.