updating repo in package.json

This commit is contained in:
Chris Raynor
2014-01-14 17:57:21 -08:00
parent faad58892e
commit abdd323445
3 changed files with 7 additions and 6 deletions

View File

@@ -59,6 +59,7 @@ if (argv._.length === 0) {
case 'h': case 'h':
case 'hel': case 'hel':
case 'hep':
case 'hepl': case 'hepl':
case 'help': case 'help':
firebase.showHelp(); firebase.showHelp();

View File

@@ -133,7 +133,7 @@ module.exports = {
} }
if (firebases.length == 0) { if (firebases.length == 0) {
prompt.logger.error('NO FIREBASES - ' + 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; return;
} }
// Firebase names always a subset of ^[0-9a-z-]*$ so safe to regex // 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(/^\./)) { if (path.relative('.', settings['public']).match(/^\./)) {
prompt.logger.error('PUBLIC DIRECTORY ERROR - Public directory must' + prompt.logger.error('PUBLIC DIRECTORY ERROR - Public directory ' +
' be within current working directory'); 'must be within current working directory');
return; return;
} }
prompt.logger.info('Deploying...'); prompt.logger.info('Deploying...');

View File

@@ -2,7 +2,7 @@
"name": "firebase-tools", "name": "firebase-tools",
"preferGlobal": true, "preferGlobal": true,
"version": "0.0.1", "version": "0.0.1",
"description": "The Firebase command line interface", "description": "The Firebase Command Line Tools",
"keywords": [ "keywords": [
"firebase" "firebase"
], ],
@@ -11,8 +11,8 @@
"name": "Chris Raynor", "name": "Chris Raynor",
"email": "chris@firebase.com" "email": "chris@firebase.com"
}], }],
"repository": "https://github.com/firebase/firebase-cli.git", "repository": "https://github.com/firebase/firebase-tools.git",
"homepage": "https://github.com/firebase/firebase-cli", "homepage": "https://github.com/firebase/firebase-tools",
"dependencies": { "dependencies": {
"optimist": "0.6.x", "optimist": "0.6.x",
"prompt": "0.2.x", "prompt": "0.2.x",