From 0f9e74015a853c2fd9fbc4cd53978e7d9ea9abee Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Fri, 27 Oct 2023 12:15:45 +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 ba53724..4b4031f 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "8.3.0", "description": "A plugin for Fastify to enable management of cache control headers", "main": "index.js", + "type": "commonjs", "types": "types/index.d.ts", "scripts": { "lint": "standard --verbose | snazzy",