From 3a460ab8b2217a6fffa17e28ad3541cb1635a58d Mon Sep 17 00:00:00 2001 From: Terry Sahaidak Date: Tue, 15 Mar 2016 21:20:43 +0200 Subject: [PATCH] Update repo name in package.json --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index ea54197..e51b916 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,16 @@ { "name": "gittermobile", "version": "1.0.0-alpha-1", - "description": "Gitter mobile client for both Android and iOS", + "description": "Gitter mobile client for mobile devices.", "author": "Terry Sahaidak (http://sahaidak.com)", "repository": { "type": "git", - "url": "git+https://github.com/terrysahaidak/gittermobile.git" + "url": "git+https://github.com/terrysahaidak/GitterMobile.git" }, "bugs": { - "url": "https://github.com/terrysahaidak/gittermobile/issues" + "url": "https://github.com/terrysahaidak/GitterMobile/issues" }, - "homepage": "https://github.com/terrysahaidak/gittermobile#readme", + "homepage": "https://github.com/terrysahaidak/GitterMobile#readme", "private": true, "scripts": { "start": "node node_modules/react-native/local-cli/cli.js start",