From 324cbf43dc9141ec012a6f042aff284fbd344f5d Mon Sep 17 00:00:00 2001 From: Carlos Soares Date: Thu, 21 Jul 2022 08:16:17 +0100 Subject: [PATCH] fix: repository url --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ec0db98e6..93551552c 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "version": "2.9.14", "repository": { "type": "git", - "url": "https://github.com/onlineberatung/onlineberatung-frontend.git" + "url": "https://github.com/virtualidentityag/vi-saas-frontend.git" }, "main": "index.ts", "bin": "cli.js",