From 88b0f5a5b21a0fa34258126ccb4b744c3522f120 Mon Sep 17 00:00:00 2001 From: PierreDemailly Date: Thu, 6 Jul 2023 00:17:29 +0200 Subject: [PATCH] fix: make build to pass --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 031f8b2..a3433fc 100644 --- a/package.json +++ b/package.json @@ -7,8 +7,8 @@ "types": "./dist/index.d.ts", "exports": { ".": { - "require": "./dist/index.js", - "import": "./dist/index.mjs", + "require": "./dist/index.cjs", + "import": "./dist/index.js", "types": "./dist/index.d.ts" } },