From d4e3fefb37abe592fd4175e431fa15d9099a908d Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Fri, 27 Oct 2023 12:50:55 +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 926c5fa..e20d769 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "9.2.1", "description": "proxy http requests, for Fastify", "main": "index.js", + "type": "commonjs", "types": "types/index.d.ts", "scripts": { "lint": "standard | snazzy",