This commit is contained in:
di-sukharev
2024-12-14 20:05:17 +01:00
parent dc4fe43642
commit 5fd84937c5
2 changed files with 8 additions and 8 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "opencommit",
"version": "3.2.4",
"version": "3.2.3",
"description": "Auto-generate impressive commits in 1 second. Killing lame commits with AI 🤯🔫",
"keywords": [
"git",
@@ -17,11 +17,11 @@
],
"main": "cli.js",
"bin": {
"opencommit": "./out/cli.cjs",
"oco": "./out/cli.cjs"
"opencommit": "out/cli.cjs",
"oco": "out/cli.cjs"
},
"repository": {
"url": "https://github.com/di-sukharev/opencommit"
"url": "git+https://github.com/di-sukharev/opencommit.git"
},
"type": "module",
"author": "https://github.com/di-sukharev",