From 8912fb69673a23702ce6f099e8de9bb46a122fb9 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Mon, 24 Feb 2025 12:10:44 +0000 Subject: [PATCH] chore(package): explicitly declare js module type --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index ac96e186..39e5ab70 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, "main": "lib/index.js", + "type": "commonjs", "types": "types/index.d.ts", "files": [ "lib/",