From 5c893508d47bf8d529fca4fda9c6334adaad6608 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20Ko=CC=88ninger?= Date: Wed, 23 Aug 2023 10:31:18 +0200 Subject: [PATCH] fix(package.json): update main and module file paths --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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": {