From b9530abd8b4b44c6ee0398b169b99add3152f721 Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Sun, 22 Jun 2025 21:14:41 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20Update=20package.json=20f?= =?UTF-8?q?or=20bundling?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index fda08c6..a02b212 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,10 @@ "displayName": "VSCode Project Roadmap", "publisher": "solo-web-works", "description": "Extension to track a project by phase using a Markdown checklist file.", + "repository": { + "type": "git", + "url": "https://git.keithsolomon.net/Solo_Web_Works/VSCode_Project_Roadmap" + }, "version": "0.0.1", "engines": { "vscode": "^1.101.0"