build
This commit is contained in:
+4
-4
@@ -46512,7 +46512,7 @@ function G3(t2, e3) {
|
|||||||
// package.json
|
// package.json
|
||||||
var package_default = {
|
var package_default = {
|
||||||
name: "opencommit",
|
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}",
|
description: "Auto-generate impressive commits in 1 second. Killing lame commits with AI \u{1F92F}\u{1F52B}",
|
||||||
keywords: [
|
keywords: [
|
||||||
"git",
|
"git",
|
||||||
@@ -46529,11 +46529,11 @@ var package_default = {
|
|||||||
],
|
],
|
||||||
main: "cli.js",
|
main: "cli.js",
|
||||||
bin: {
|
bin: {
|
||||||
opencommit: "./out/cli.cjs",
|
opencommit: "out/cli.cjs",
|
||||||
oco: "./out/cli.cjs"
|
oco: "out/cli.cjs"
|
||||||
},
|
},
|
||||||
repository: {
|
repository: {
|
||||||
url: "https://github.com/di-sukharev/opencommit"
|
url: "git+https://github.com/di-sukharev/opencommit.git"
|
||||||
},
|
},
|
||||||
type: "module",
|
type: "module",
|
||||||
author: "https://github.com/di-sukharev",
|
author: "https://github.com/di-sukharev",
|
||||||
|
|||||||
+4
-4
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "opencommit",
|
"name": "opencommit",
|
||||||
"version": "3.2.4",
|
"version": "3.2.3",
|
||||||
"description": "Auto-generate impressive commits in 1 second. Killing lame commits with AI 🤯🔫",
|
"description": "Auto-generate impressive commits in 1 second. Killing lame commits with AI 🤯🔫",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"git",
|
"git",
|
||||||
@@ -17,11 +17,11 @@
|
|||||||
],
|
],
|
||||||
"main": "cli.js",
|
"main": "cli.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
"opencommit": "./out/cli.cjs",
|
"opencommit": "out/cli.cjs",
|
||||||
"oco": "./out/cli.cjs"
|
"oco": "out/cli.cjs"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"url": "https://github.com/di-sukharev/opencommit"
|
"url": "git+https://github.com/di-sukharev/opencommit.git"
|
||||||
},
|
},
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"author": "https://github.com/di-sukharev",
|
"author": "https://github.com/di-sukharev",
|
||||||
|
|||||||
Reference in New Issue
Block a user