mirror of
https://github.com/zhigang1992/firebase-tools.git
synced 2026-01-12 17:22:36 +08:00
updating repo in package.json
This commit is contained in:
@@ -59,6 +59,7 @@ if (argv._.length === 0) {
|
||||
|
||||
case 'h':
|
||||
case 'hel':
|
||||
case 'hep':
|
||||
case 'hepl':
|
||||
case 'help':
|
||||
firebase.showHelp();
|
||||
|
||||
@@ -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...');
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user