From fb4f4cad38934cafe3bd2d41c8f39023045ae86c Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Fri, 27 Oct 2023 12:16:08 +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 bdec672f..ab7ed33d 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "5.8.0", "description": "Run a fastify route with one command!", "main": "cli.js", + "type": "commonjs", "bin": { "fastify": "cli.js" },