Replace git ssh path with https
This commit is contained in:
+3
-2
@@ -14,8 +14,9 @@
|
||||
},
|
||||
|
||||
"dependencies": {
|
||||
"log": "git+git@git.pband.ch:typescript/log",
|
||||
"result": "git+git@git.pband.ch:typescript/result.git"
|
||||
"jose": "^5.3.0",
|
||||
"log": "git+https://git.pband.ch/typescript/log",
|
||||
"result": "git+https://git.pband.ch/typescript/result.git"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bun": "^1.1.2"
|
||||
|
||||
Reference in New Issue
Block a user