youmna-git-glance 1.1.6 → 2.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -7
  2. package/package.json +10 -1
package/README.md CHANGED
@@ -124,10 +124,4 @@ This project is licensed under the MIT License. Feel free to use and modify it.
124
124
 
125
125
  ---
126
126
 
127
- ## 🚀 Happy Coding! 🎉
128
-
129
- ---
130
-
131
- ## Keywords
132
-
133
- `git` `gemini` `ai` `cli` `automation` `code-review` `commit-messages` `merge-conflicts` `git-assistant` `developer-tools` `terminal` `productivity`
127
+ ## 🚀 Happy Coding! 🎉
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
 
3
3
  "name": "youmna-git-glance",
4
- "version": "1.1.6",
4
+ "version": "2.2.0",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/YoumnaSalloum/youmna-git-glance.git"
@@ -11,6 +11,15 @@
11
11
  }
12
12
 
13
13
  ,"description": "AI-powered Git assistant using Google Gemini with advanced features 🦋",
14
+ "keywords": [
15
+ "git",
16
+ "gemini",
17
+ "ai",
18
+ "cli",
19
+ "code-review",
20
+ "commit-messages",
21
+ "merge-conflicts"
22
+ ],
14
23
  "type": "module",
15
24
  "bin": {
16
25
  "ygit": "./index.js"