From ab97808aed41b51b75ec039146b6590f22213329 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Fri, 27 Oct 2023 14:52:49 +0100 Subject: [PATCH] chore(package): explicitly declare js module type (#207) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 2873393..c09f75f 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "8.3.0", "description": "Measure process load with automatic handling of 'Service Unavailable' plugin for Fastify.", "main": "index.js", + "type": "commonjs", "types": "types/index.d.ts", "scripts": { "lint": "standard | snazzy",