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:
+1
-1
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user