Skip to content

Commit

Permalink
fix: esm output's extension to .mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
syi0808 committed Jul 11, 2024
1 parent a4744fa commit f1325fd
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 @@ -4,7 +4,7 @@
"description": "Simple and complete React DOM testing utilities that encourage good testing practices.",
"main": "dist/index.js",
"types": "types/index.d.ts",
"module": "dist/@testing-library/react.esm.js",
"module": "dist/@testing-library/react.esm.mjs",
"engines": {
"node": ">=18"
},
Expand Down

0 comments on commit f1325fd

Please sign in to comment.