From bd7bdf6acb5ee6656ff4da233ee28340a157df3e Mon Sep 17 00:00:00 2001 From: "satyajit.happy" Date: Wed, 15 May 2019 11:41:28 +0200 Subject: [PATCH] docs: update GitHub urls --- packages/drawer/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/drawer/package.json b/packages/drawer/package.json index 6c0f963e..252480c7 100644 --- a/packages/drawer/package.json +++ b/packages/drawer/package.json @@ -30,14 +30,14 @@ ], "repository": { "type": "git", - "url": "git+https://github.com/react-navigation/react-navigation-drawer.git" + "url": "git+https://github.com/react-navigation/drawer.git" }, "author": "", "license": "MIT", "bugs": { - "url": "https://github.com/react-navigation/react-navigation-drawer/issues" + "url": "https://github.com/react-navigation/drawer/issues" }, - "homepage": "https://github.com/react-navigation/react-navigation-drawer#readme", + "homepage": "https://github.com/react-navigation/drawer#readme", "devDependencies": { "@babel/core": "^7.4.3", "@commitlint/config-conventional": "^7.5.0",