Fix repository URL format in package.json

npm pkg fix — normalize repository.url to git+https format.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-13 13:11:35 +02:00
parent f5e99aafc8
commit 00682dc9f6
+1 -1
View File
@@ -42,7 +42,7 @@
"license": "BUSL-1.1", "license": "BUSL-1.1",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/saiden-dev/browse" "url": "git+https://github.com/saiden-dev/browse.git"
}, },
"engines": { "engines": {
"node": ">=18" "node": ">=18"