Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
di-sukharev committed Dec 14, 2024
1 parent dc4fe43 commit 5fd8493
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions out/cli.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 5fd8493

Please sign in to comment.