From b7ac41250721dbee9e1e2003aa476f0ef6162f27 Mon Sep 17 00:00:00 2001 From: Michael Jolley Date: Mon, 25 Sep 2023 12:24:50 -0500 Subject: [PATCH] fix: dang casing in repo name --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c8bee9e..92bb5f1 100644 --- a/package.json +++ b/package.json @@ -28,9 +28,9 @@ ], "repository": { "type": "git", - "url": "https://github.com/michaeljolley/vscode-vs-outlining.git" + "url": "https://github.com/MichaelJolley/vscode-vs-outlining.git" }, - "homepage": "https://github.com/michaeljolley/vscode-vs-outlining#readme", + "homepage": "https://github.com/MichaelJolley/vscode-vs-outlining#readme", "galleryBanner": { "color": "#373436", "theme": "dark"