Add repo URLs to package.json

This commit is contained in:
Jinglei Ren 2023-04-17 14:53:47 +08:00
parent 55edd3d88b
commit 7356be808f

View File

@ -2,7 +2,7 @@
"name": "devchat",
"displayName": "DevChat",
"description": "Write prompts to create code!",
"version": "0.0.1",
"version": "0.0.2",
"publisher": "merico",
"engines": {
"vscode": "^1.77.0"
@ -46,5 +46,12 @@
"webpack": "^5.76.3",
"webpack-cli": "^5.0.1",
"@vscode/test-electron": "^2.3.0"
},
"repository": {
"type": "git",
"url": "https://github.com/covespace/devchat-vscode.git"
},
"bugs": {
"url": "https://github.com/covespace/devchat-vscode/issues"
}
}