From 91fd43c55380a58a4f30ca42c3018253aa2818a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Tue, 12 May 2020 23:35:42 +0200 Subject: [PATCH] fix: correct repo url in package.json --- frontend/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 0167f87fb1..00ad994be4 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -14,10 +14,10 @@ ], "repository": { "type": "git", - "url": "ssh://git@github.com:finn-no/unleash.git" + "url": "ssh://git@github.com:Unleash/unleash-frontend.git" }, "bugs": { - "url": "https://github.com/finn-no/unleash/issues" + "url": "https://github.com/Unleash/unleash-frontend" }, "engines": { "node": ">=10"