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": {
"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"