From 5f28534cf701cc27797e0214a074710f073fdbdb Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Fri, 27 Oct 2023 14:57:38 +0100 Subject: [PATCH] chore(package): explicitly declare js module type (#5) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index c2d8cd0..ccfb8e5 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "1.0.1", "description": "JSON schema reference resolver", "main": "index.js", + "type": "commonjs", "types": "types/index.d.ts", "scripts": { "lint": "standard",