Skip to content

Commit 5f7ce6d

Browse files
committed
chore: add repository URL to package.json
1 parent 2da7e88 commit 5f7ce6d

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
"version": "1.0.0",
55
"publisher": "waterbang",
66
"description": "AI-powered Git commit message generator with Gitmoji support",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/dweb-channel/ai-commit"
10+
},
711
"author": {
812
"name": "waterbang"
913
},
@@ -282,4 +286,4 @@
282286
"dependencies": {
283287
"@vscode/l10n": "^0.0.18"
284288
}
285-
}
289+
}

0 commit comments

Comments
 (0)