Skip to content

Commit

Permalink
fix(package.json): update main and module file paths (#523)
Browse files Browse the repository at this point in the history
  • Loading branch information
SteKoe committed Aug 23, 2023
1 parent 3d834bb commit 853a3e5
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 @@ -2,8 +2,8 @@
"name": "@testing-library/jest-dom",
"version": "0.0.0-semantically-released",
"description": "Custom jest matchers to test the state of the DOM",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"main": "dist/index.js",
"module": "dist/index.mjs",
"exports": {
".": {
"require": {
Expand Down

0 comments on commit 853a3e5

Please sign in to comment.