From d5dde61b1e4673c2f01ea1c73fd53861cb2a68f3 Mon Sep 17 00:00:00 2001 From: nobilo Date: Tue, 8 Jun 2021 16:48:42 +0200 Subject: [PATCH] fix() fix package json config --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 968e918..690cbae 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/baloise/web-app-utils.git" + "url": "https://github.com/baloise/web-app-google-utils.git" }, "publishConfig": { "access": "public" @@ -31,9 +31,9 @@ "author": "", "license": "Apache-2.0", "bugs": { - "url": "https://github.com/baloise/web-app-utils/issues" + "url": "https://github.com/baloise/web-app-google-utils/issues" }, - "homepage": "https://github.com/baloise/web-app-utils#readme", + "homepage": "https://github.com/baloise/web-app-google-utils#readme", "devDependencies": { "@commitlint/cli": "^12.1.1", "@commitlint/config-conventional": "^12.1.1",