From 3a99c572bbdc115e8ef5e7f739d73ef0bc2cfed9 Mon Sep 17 00:00:00 2001 From: Taimoor Farras Date: Sat, 11 Apr 2020 18:30:52 +0300 Subject: [PATCH] update links to the repository --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 19f270b..df12531 100644 --- a/package.json +++ b/package.json @@ -32,12 +32,12 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/tfarras/nestjs-firebase-admin-sdk.git" + "url": "git+https://github.com/tfarras/nestjs-firebase-admin.git" }, "bugs": { - "url": "https://github.com/tfarras/nestjs-firebase-admin-sdk/issues" + "url": "https://github.com/tfarras/nestjs-firebase-admin/issues" }, - "homepage": "https://github.com/tfarras/nestjs-firebase-admin-sdk#readme", + "homepage": "https://github.com/tfarras/nestjs-firebase-admin#readme", "peerDependencies": { "@nestjs/common": "^6.0.0", "firebase-admin": "^8.10.0"