From e3a2a23c6735c8a0739774321b9951eeee65ef9a Mon Sep 17 00:00:00 2001 From: wellwelwel <46850407+wellwelwel@users.noreply.github.com> Date: Mon, 4 Nov 2024 04:17:54 -0300 Subject: [PATCH] chore: include the index.cjs to npm package --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index a2a972d..f65e60c 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,7 @@ }, "files": [ "index.js", + "index.cjs", "index.d.ts", "browser.js", "browser.d.ts"