From e5743da3636b339e277e872ed58ccda3ea749367 Mon Sep 17 00:00:00 2001 From: George Kalpakas Date: Tue, 10 Nov 2020 19:34:33 +0200 Subject: [PATCH] chore(): update repository name in `package.json` (angularfire2 --> angularfire) (#2642) --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 453f54f3c..bca3c1648 100644 --- a/package.json +++ b/package.json @@ -30,14 +30,14 @@ ], "repository": { "type": "git", - "url": "git+https://github.com/angular/angularfire2.git" + "url": "git+https://github.com/angular/angularfire.git" }, "author": "davideast", "license": "MIT", "bugs": { - "url": "https://github.com/angular/angularfire2/issues" + "url": "https://github.com/angular/angularfire/issues" }, - "homepage": "https://github.com/angular/angularfire2#readme", + "homepage": "https://github.com/angular/angularfire#readme", "dependencies": { "@angular-devkit/architect": ">= 0.900 < 0.1100", "@angular-devkit/core": "^9.0.0 || ^10.0.0",