From 04f04f99cea1d8b9b1b39eafcb5b6048af5a50fa Mon Sep 17 00:00:00 2001 From: Luke Hagar Date: Fri, 26 Sep 2025 17:59:38 +0000 Subject: [PATCH] Update repository URL in package.json to remove 'git+' prefix for cleaner formatting. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 42cde2d..a1bc598 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/lukehagar/prettier-plugin-openapi.git" + "url": "https://github.com/lukehagar/prettier-plugin-openapi" }, "bugs": { "url": "https://github.com/lukehagar/prettier-plugin-openapi/issues"