commitect 1.0.1 → 1.0.2

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 +4 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -13,10 +13,10 @@
13
13
 
14
14
  ## Screenshots
15
15
 
16
- ![CommiTect Command](./public/commitect.png)
17
- ![Analyze & Copy Commands](./public/analyze_copy.png)
18
- ![History Command](./public/history.png)
19
- ![Commit Command](./public/commit.png)
16
+ ![CommiTect Command](https://raw.githubusercontent.com/Mohammed-3tef/CommiTect_CLI/refs/heads/main/public/commitect.png)
17
+ ![Analyze & Copy Commands](https://raw.githubusercontent.com/Mohammed-3tef/CommiTect_CLI/refs/heads/main/public/analyze_copy.png)
18
+ ![History Command](https://raw.githubusercontent.com/Mohammed-3tef/CommiTect_CLI/refs/heads/main/public/history.png)
19
+ ![Commit Command](https://raw.githubusercontent.com/Mohammed-3tef/CommiTect_CLI/refs/heads/main/public/commit.png)
20
20
 
21
21
  ## Installation
22
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "commitect",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Zero-config Git Commit Assistant CLI",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -19,7 +19,7 @@
19
19
  "ai",
20
20
  "assistant"
21
21
  ],
22
- "author": "",
22
+ "author": "Mohammed Atef",
23
23
  "license": "MIT",
24
24
  "dependencies": {
25
25
  "commander": "^11.1.0",