fix: config package.json

This commit is contained in:
MrDiro 2024-07-14 17:05:05 -05:00
parent 34dd16d506
commit 5ff43bf172

View File

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