From 5b0a73af7eef29f210a5beaa0cad1bb28ce95fbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Miguel=20Marinho=20da=20Cunha?= Date: Sat, 19 Nov 2022 19:04:48 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20fix=20entry=20point?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index d8f5003..0a6f362 100644 --- a/package.json +++ b/package.json @@ -22,12 +22,12 @@ "files": [ "dist" ], - "main": "./dist/react-headless-markdown-editor.umd.cjs", - "module": "./dist/react-headless-markdown-editor.js", + "main": "./dist/index.umd.cjs", + "module": "./dist/index.js", "exports": { ".": { - "import": "./dist/react-headless-markdown-editor.js", - "require": "./dist/react-headless-markdown-editor.umd.cjs" + "import": "./dist/index.js", + "require": "./dist/index.umd.cjs" } }, "scripts": {