From abdd323445d4b24f47a9f8bad8de719d89ff240f Mon Sep 17 00:00:00 2001 From: Chris Raynor Date: Tue, 14 Jan 2014 17:57:21 -0800 Subject: [PATCH] updating repo in package.json --- bin/firebase | 1 + lib/app.js | 6 +++--- package.json | 6 +++--- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/bin/firebase b/bin/firebase index 86d5f1a2..6094911b 100755 --- a/bin/firebase +++ b/bin/firebase @@ -59,6 +59,7 @@ if (argv._.length === 0) { case 'h': case 'hel': + case 'hep': case 'hepl': case 'help': firebase.showHelp(); diff --git a/lib/app.js b/lib/app.js index 6a78a835..520d5c05 100644 --- a/lib/app.js +++ b/lib/app.js @@ -133,7 +133,7 @@ module.exports = { } if (firebases.length == 0) { prompt.logger.error('NO FIREBASES - ' + - 'Create a Firebase to bootstrap app with at https://firebase.com'); + 'Create a Firebase to bootstrap app with at https://firebase.com'); return; } // Firebase names always a subset of ^[0-9a-z-]*$ so safe to regex @@ -306,8 +306,8 @@ module.exports = { } } if (path.relative('.', settings['public']).match(/^\./)) { - prompt.logger.error('PUBLIC DIRECTORY ERROR - Public directory must' + - ' be within current working directory'); + prompt.logger.error('PUBLIC DIRECTORY ERROR - Public directory ' + + 'must be within current working directory'); return; } prompt.logger.info('Deploying...'); diff --git a/package.json b/package.json index eb517690..fd772068 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "firebase-tools", "preferGlobal": true, "version": "0.0.1", - "description": "The Firebase command line interface", + "description": "The Firebase Command Line Tools", "keywords": [ "firebase" ], @@ -11,8 +11,8 @@ "name": "Chris Raynor", "email": "chris@firebase.com" }], - "repository": "https://github.com/firebase/firebase-cli.git", - "homepage": "https://github.com/firebase/firebase-cli", + "repository": "https://github.com/firebase/firebase-tools.git", + "homepage": "https://github.com/firebase/firebase-tools", "dependencies": { "optimist": "0.6.x", "prompt": "0.2.x",