Skip to content

Commit f1325fd

Browse files
committed
fix: esm output's extension to .mjs
1 parent a4744fa commit f1325fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Simple and complete React DOM testing utilities that encourage good testing practices.",
55
"main": "dist/index.js",
66
"types": "types/index.d.ts",
7-
"module": "dist/@testing-library/react.esm.js",
7+
"module": "dist/@testing-library/react.esm.mjs",
88
"engines": {
99
"node": ">=18"
1010
},

0 commit comments

Comments
 (0)