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" },