From b3840541a99552cf628aa7c621228c83225b2249 Mon Sep 17 00:00:00 2001 From: Wesley Wigham Date: Tue, 25 Jun 2024 09:35:55 -0700 Subject: [PATCH] Lowercase Microsoft github org links (#59014) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 55f0d6e94f7..41748a70dde 100644 --- a/package.json +++ b/package.json @@ -13,11 +13,11 @@ "javascript" ], "bugs": { - "url": "https://github.com/Microsoft/TypeScript/issues" + "url": "https://github.com/microsoft/TypeScript/issues" }, "repository": { "type": "git", - "url": "https://github.com/Microsoft/TypeScript.git" + "url": "https://github.com/microsoft/TypeScript.git" }, "main": "./lib/typescript.js", "typings": "./lib/typescript.d.ts",