From 10d93198a49af50fac78ec7f47cf1caee0f5e3d6 Mon Sep 17 00:00:00 2001 From: Zac Rosenbauer Date: Wed, 22 May 2024 18:52:43 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20hotfix:=20Fix=20`CommonJS`=20for?= =?UTF-8?q?=20the=20`package.json`=20(#152)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9c64831..d47a567 100644 --- a/package.json +++ b/package.json @@ -5,11 +5,11 @@ "exports": { ".": { "import": "./dist/index.mjs", - "require": "./dist/index.js", + "require": "./dist/index.umd.js", "types": "./dist/index.d.ts" } }, - "main": "./dist/index.js", + "main": "./dist/index.umd.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [