From 02e868fe1d881bac102e549f6cbf11042c91bb8f Mon Sep 17 00:00:00 2001 From: Pieter Date: Fri, 18 Oct 2019 15:41:41 +0200 Subject: [PATCH] Update Git repository in package.json This should resolve some issues regarding the generated CHANGELOG.md --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 37c26e41d..6ff0f7717 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/ionic-team/ionic.git" + "url": "https://github.com/ionic-team/ionic-v3.git" }, "scripts": { "test": "gulp validate", @@ -147,4 +147,4 @@ "pre-push#master": [ "test" ] -} \ No newline at end of file +}