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 'hel':
case 'hep':
case 'hepl':
case 'help':
firebase.showHelp();

View File

@@ -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...');

View File

@@ -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",