From 5ff43bf17244568f7631891a11136272aca91781 Mon Sep 17 00:00:00 2001 From: MrDiro Date: Sun, 14 Jul 2024 17:05:05 -0500 Subject: [PATCH] fix: config package.json --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 37b1e58..2a3732f 100644 --- a/package.json +++ b/package.json @@ -9,9 +9,11 @@ "main": "dist/main.bundle.js", "type": "commonjs", "bin": { - "gcommit": "node ./dist/main.bundle.js" + "gcommit": "dist/main.bundle.js" + }, + "publishConfig": { + "access": "public" }, - "preferGlobal": true, "engines": { "node": ">=18.0.0" },