diff --git a/out/cli.cjs b/out/cli.cjs index 1f3aca5c..a7f6da8f 100755 --- a/out/cli.cjs +++ b/out/cli.cjs @@ -46512,7 +46512,7 @@ function G3(t2, e3) { // package.json var package_default = { name: "opencommit", - version: "3.2.4", + version: "3.2.3", description: "Auto-generate impressive commits in 1 second. Killing lame commits with AI \u{1F92F}\u{1F52B}", keywords: [ "git", @@ -46529,11 +46529,11 @@ var package_default = { ], 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", diff --git a/package.json b/package.json index 6385a0e0..415896b6 100644 --- a/package.json +++ b/package.json @@ -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",