Replace git ssh path with https

This commit is contained in:
2024-05-15 21:33:20 +02:00
parent a52d884b14
commit 6ba9eb797e
+3 -2
View File
@@ -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"