From 8c4eee35b132c9aa9a5098db9ca487ccb2524d0d 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 b1e0019..252e7f3 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" }, "peerDependencies": { "typescript": "^5.0.0"