Skip to content

Commit 853a3e5

Browse files
authored
fix(package.json): update main and module file paths (#523)
1 parent 3d834bb commit 853a3e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "@testing-library/jest-dom",
33
"version": "0.0.0-semantically-released",
44
"description": "Custom jest matchers to test the state of the DOM",
5-
"main": "dist/cjs/index.js",
6-
"module": "dist/esm/index.js",
5+
"main": "dist/index.js",
6+
"module": "dist/index.mjs",
77
"exports": {
88
".": {
99
"require": {

0 commit comments

Comments
 (0)