add repository URL to package.json

This commit is contained in:
2025-03-12 06:44:37 +00:00
parent 3adfd712c0
commit 6e3fbd8f2b

View File

@@ -4,6 +4,7 @@
"description": "Easy prompt generation and apply edits using prompter.", "description": "Easy prompt generation and apply edits using prompter.",
"version": "0.0.1", "version": "0.0.1",
"publisher": "abhishekbhakat", "publisher": "abhishekbhakat",
"repository": "https://github.com/abhishekbhakat/prompter",
"engines": { "engines": {
"vscode": "^1.98.0" "vscode": "^1.98.0"
}, },