Skip to content

Commit

Permalink
Update repo name in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
terrysahaidak committed Mar 15, 2016
1 parent 173e8b7 commit 3a460ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> (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",
Expand Down

0 comments on commit 3a460ab

Please sign in to comment.