From 78e54af042bd715dc11a2b155f0f720525007206 Mon Sep 17 00:00:00 2001 From: Hein Date: Thu, 28 Nov 2024 12:36:41 +0200 Subject: [PATCH] Change access public in package.json --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 8adb099..e57ec38 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,9 @@ "bin": { "dep-check": "./bin/dep-check.js" }, + "publishConfig": { + "access": "public" + }, "files": [ "dist", "bin",