From 7e77381c2f5855f5c2bb05fe2bf300c75de13b8f Mon Sep 17 00:00:00 2001 From: Luke Hagar Date: Wed, 1 Oct 2025 23:12:32 +0000 Subject: [PATCH] Update repository URL in package.json for consistency with GitHub format. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7c08ecf..2ce66d6 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/lukehagar/openapi-types.git" + "url": "https://github.com/lukehagar/openapi-types" }, "bugs": { "url": "https://github.com/lukehagar/openapi-types/issues"