From 3ce18c79f35dd33f15bb986943dbedf50c379caf Mon Sep 17 00:00:00 2001 From: Sparticuz Date: Fri, 13 Jan 2023 13:35:00 -0500 Subject: [PATCH] make sure it's set to commonjs for now --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 63f12c2..795a2f3 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ "description": "Chromium Binary for Serverless Platforms", "main": "build/index.js", "types": "build/index.d.ts", + "type": "commonjs", "files": [ "bin", "build"