From 3b48952a41cc5183d1695ce82815f26febcad998 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 c59537b..da76565 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "files": ["index.ts"], "dependencies": { - "logger-file": "git+git@git.pband.ch:typescript/logger-file" + "logger-file": "git+https://git.pband.ch/typescript/logger-file" }, "peerDependencies": { "typescript": "^5.0.0"