From f6847da532848703ea6f01434484132352d6f84e Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Fri, 27 Oct 2023 11:50:59 +0100 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 42c129b..816413b 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "2.2.0", "description": "Forward your HTTP request to another server.", "main": "index.js", + "type": "commonjs", "types": "types/index.d.ts", "scripts": { "lint": "standard",