From c0b936bfc2f6b95c0be0d6b3b4e442492026dc0a Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Fri, 27 Oct 2023 14:55:31 +0100 Subject: [PATCH] chore(package): explicitly declare js module type (#127) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index cfacab9..6524f84 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ } ], "main": "index.js", + "type": "commonjs", "types": "types/index.d.ts", "scripts": { "test": "npm run test:unit && npm run test:typescript",