From 1b055c49d5ca08abaabbf37e5830f7869449786f Mon Sep 17 00:00:00 2001 From: lzear Date: Tue, 27 Feb 2024 13:27:57 +0100 Subject: [PATCH] chore: update package.json `exports` --- votes/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/votes/package.json b/votes/package.json index 20182c4..ef61add 100644 --- a/votes/package.json +++ b/votes/package.json @@ -5,8 +5,8 @@ "module": "dist/index.mjs", "exports": { ".": { - "require": "./dist/index.js", - "import": "./dist/index.mjs" + "require": "./dist/index.cjs", + "import": "./dist/index.js" } }, "version": "2.2.2",