From f9abd9e3872dda242a3315487b1e25139f2fe862 Mon Sep 17 00:00:00 2001 From: Pascal Perrenoud Date: Wed, 15 May 2024 21:33:19 +0200 Subject: [PATCH] Replace git ssh path with https --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5922ee3..74ba323 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "files": ["index.ts"], "dependencies": { - "log": "git+git@git.pband.ch:typescript/log" + "log": "git+https://git.pband.ch/typescript/log" }, "devDependencies": { "@types/bun": "^1.1.2"