From c79df4415fb3bceca5c187380d9800fe5e90f804 Mon Sep 17 00:00:00 2001 From: Satyajit Sahoo Date: Wed, 6 Jun 2018 11:20:06 +0200 Subject: [PATCH] chore: fix repo link --- packages/material-bottom-tabs/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/material-bottom-tabs/package.json b/packages/material-bottom-tabs/package.json index 01481007..5b2062d5 100644 --- a/packages/material-bottom-tabs/package.json +++ b/packages/material-bottom-tabs/package.json @@ -25,14 +25,14 @@ ], "repository": { "type": "git", - "url": "git+https://github.com/react-navigation/react-navigation-material-bottom-tab-navigator.git" + "url": "git+https://github.com/react-navigation/react-navigation-material-bottom-tabs.git" }, "author": "Satyajit Sahoo (https://github.com/satya164/)", "license": "MIT", "bugs": { - "url": "https://github.com/react-navigation/react-navigation-material-bottom-tab-navigator/issues" + "url": "https://github.com/react-navigation/react-navigation-material-bottom-tabs/issues" }, - "homepage": "https://github.com/react-navigation/react-navigation-material-bottom-tab-navigator#readme", + "homepage": "https://github.com/react-navigation/react-navigation-material-bottom-tabs#readme", "dependencies": { "hoist-non-react-statics": "^2.5.0", "prop-types": "^15.6.0",