From 339cb7d46df924637b21dc75a9bbc9285941a63b Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Fri, 27 Oct 2023 11:51:04 +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 bc009a2..b3180cc 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "description": "Build and manage the fast-json-stringify instances for the fastify framework", "version": "4.3.0", "main": "index.js", + "type": "commonjs", "types": "types/index.d.ts", "scripts": { "lint": "standard",