diff --git a/package.json b/package.json index 4ef94b1..416bc47 100644 --- a/package.json +++ b/package.json @@ -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": {