Update repository URL in package.json to remove 'git+' prefix for cleaner formatting.

This commit is contained in:
Luke Hagar
2025-09-26 17:59:38 +00:00
parent 3aefb4b1c4
commit 04f04f99ce

View File

@@ -21,7 +21,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/lukehagar/prettier-plugin-openapi.git" "url": "https://github.com/lukehagar/prettier-plugin-openapi"
}, },
"bugs": { "bugs": {
"url": "https://github.com/lukehagar/prettier-plugin-openapi/issues" "url": "https://github.com/lukehagar/prettier-plugin-openapi/issues"