Skip to content

Commit 7cbf3b9

Browse files
committed
ci(release): fix package.json
1 parent 2096418 commit 7cbf3b9

4 files changed

Lines changed: 12 additions & 8 deletions

File tree

package-lock.json

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
{
22
"name": "gitcontext",
3-
"private": true,
3+
"private": false,
4+
"author": "kccarlos",
5+
"license": "MIT",
6+
"description": "GitContext helps you package local file diffs and code into a single, clean prompt, ensuring your AI chatbot has the precise information it needs — all without your code ever leaving your machine.",
47
"workspaces": [
58
"src/web",
69
"src/electron"
710
],
8-
"version": "0.0.1",
11+
"version": "1.0.0",
912
"packageManager": "npm@10.8.2",
1013
"type": "module",
1114
"scripts": {

src/electron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"url": "https://github.com/kccarlos/gitcontext/issues"
1212
},
1313
"private": true,
14-
"version": "0.0.1",
14+
"version": "1.0.0",
1515
"type": "module",
1616
"main": "main.ts",
1717
"scripts": {

src/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"File Tree"
2222
],
2323
"private": false,
24-
"version": "0.0.1",
24+
"version": "1.0.0",
2525
"type": "module",
2626
"scripts": {
2727
"start": "vite",

0 commit comments

Comments
 (0)