From 6ba9eb797e878d61f35747875d3b0ec7ce678b05 Mon Sep 17 00:00:00 2001 From: Pascal Perrenoud Date: Wed, 15 May 2024 21:33:20 +0200 Subject: [PATCH] Replace git ssh path with https --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b60a5bb..370f106 100644 --- a/package.json +++ b/package.json @@ -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"