From b0707e5195006cb6f4c21e3364325a6f0693aac3 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Fri, 27 Oct 2023 15:00:33 +0100 Subject: [PATCH] chore(package): explicitly declare js module type (#277) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 8e14180..29bd567 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "private": false, "description": "Tool to release in a simpler way your module", "main": "lib/cli.js", + "type": "commonjs", "bin": { "releasify": "lib/cli.js" },