From 2cedc02a1371eb80b1826237d6cc5623eb491fb4 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Fri, 27 Oct 2023 14:52:51 +0100 Subject: [PATCH] chore(package): explicitly declare js module type (#58) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index d3019db..70a5d25 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ "Jesús Leganés Combarro " ], "main": "index.js", + "type": "commonjs", "types": "types/index.d.ts", "license": "MIT", "repository": {