From 7949b4a5c20163c4af34111d5adc1982f018b9cb Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Fri, 27 Oct 2023 11:43:33 +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 dede1aa..5ce7a5b 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "3.5.0", "description": "Build and manage the AJV instances for the fastify framework", "main": "index.js", + "type": "commonjs", "types": "types/index.d.ts", "directories": { "test": "test"