From 66341dd4f951fc06a240aafff9b5b301210a4be5 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Fri, 27 Oct 2023 14:53:58 +0100 Subject: [PATCH] chore(package): explicitly declare js module type (#398) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index f79bb78..757639d 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "8.2.0", "description": "Template plugin for Fastify", "main": "index.js", + "type": "commonjs", "types": "types/index.d.ts", "scripts": { "example": "node examples/example.js",