From d951ed55ab64580f2cf6cdba5c384d9c8690aa55 Mon Sep 17 00:00:00 2001 From: Pascal Perrenoud Date: Wed, 15 May 2024 21:56:16 +0200 Subject: [PATCH] Back to SSH path... --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cbd6cd1..f427a67 100644 --- a/package.json +++ b/package.json @@ -15,8 +15,8 @@ "dependencies": { "jose": "^5.3.0", - "log": "git+https://git.pband.ch/typescript/log.git", - "result": "git+https://git.pband.ch/typescript/result.git" + "log": "git+git@git.pband.ch:typescript/log.git", + "result": "git+git@git.pband.ch:typescript/result.git" }, "devDependencies": { "@types/bun": "^1.1.2"