From f83da500f7da15e61e11492e224062e86b2a75f2 Mon Sep 17 00:00:00 2001 From: "Gabriel P." Date: Thu, 28 Nov 2024 15:09:27 -0500 Subject: [PATCH] fix(types): use commonjs for main --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e50b9d3..48f06c9 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ } } }, - "main": "./dist/index.mjs", + "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "typesVersions": {