From 88062bba7550454177414efbcb1d6bbd5dd80b01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C5=82a=C5=BCej=20Che=C5=82kowski?= Date: Fri, 24 Nov 2023 14:03:02 +0100 Subject: [PATCH] fix: incorrect require path in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cbec80d..f1569f0 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "exports": { ".": { "import": "./dist/esm/src/index.js", - "require": "./dist/commonjs/src/index.js" + "require": "./dist/cjs/src/index.js" } }, "keywords": [