From 7356be808fcf7f8536004c10cca56b83191f5acf Mon Sep 17 00:00:00 2001 From: Jinglei Ren Date: Mon, 17 Apr 2023 14:53:47 +0800 Subject: [PATCH] Add repo URLs to package.json --- package.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 30173c0..fc7278f 100644 --- a/package.json +++ b/package.json @@ -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" } }