From 9b04f72ed54014528b5dba7d7ec59ec3c96d279f Mon Sep 17 00:00:00 2001 From: Rupesh Saha <155124334+rupeshsaha@users.noreply.github.com> Date: Fri, 2 May 2025 17:01:51 +0530 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1810e1d..7165ff8 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "dist/index.cjs.js", "module": "dist/index.esm.js", "types": "dist/types/index.d.ts", - "type": "module", + "type": "commonjs", "files": [ "dist/*" ],