Skip to content

Commit 5fd8493

Browse files
committed
build
1 parent dc4fe43 commit 5fd8493

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

out/cli.cjs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46512,7 +46512,7 @@ function G3(t2, e3) {
4651246512
// package.json
4651346513
var package_default = {
4651446514
name: "opencommit",
46515-
version: "3.2.4",
46515+
version: "3.2.3",
4651646516
description: "Auto-generate impressive commits in 1 second. Killing lame commits with AI \u{1F92F}\u{1F52B}",
4651746517
keywords: [
4651846518
"git",
@@ -46529,11 +46529,11 @@ var package_default = {
4652946529
],
4653046530
main: "cli.js",
4653146531
bin: {
46532-
opencommit: "./out/cli.cjs",
46533-
oco: "./out/cli.cjs"
46532+
opencommit: "out/cli.cjs",
46533+
oco: "out/cli.cjs"
4653446534
},
4653546535
repository: {
46536-
url: "https://github.com/di-sukharev/opencommit"
46536+
url: "git+https://github.com/di-sukharev/opencommit.git"
4653746537
},
4653846538
type: "module",
4653946539
author: "https://github.com/di-sukharev",

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opencommit",
3-
"version": "3.2.4",
3+
"version": "3.2.3",
44
"description": "Auto-generate impressive commits in 1 second. Killing lame commits with AI 🤯🔫",
55
"keywords": [
66
"git",
@@ -17,11 +17,11 @@
1717
],
1818
"main": "cli.js",
1919
"bin": {
20-
"opencommit": "./out/cli.cjs",
21-
"oco": "./out/cli.cjs"
20+
"opencommit": "out/cli.cjs",
21+
"oco": "out/cli.cjs"
2222
},
2323
"repository": {
24-
"url": "https://github.com/di-sukharev/opencommit"
24+
"url": "git+https://github.com/di-sukharev/opencommit.git"
2525
},
2626
"type": "module",
2727
"author": "https://github.com/di-sukharev",

0 commit comments

Comments
 (0)