firebase-tools
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -126,2 +126,6 @@ var app = require('./app'), | ||
'\n' + | ||
' -f, --firebase Overrides the Firebase setting in the firebase.json\n' + | ||
' -p, --public Overrides the public directory setting in the\n' + | ||
' firebase.json\n' + | ||
'\n' + | ||
' Uploads the directory detailed in the firebase.json settings file and\n' + | ||
@@ -128,0 +132,0 @@ ' updates the security rules of the Firebase if specified. The current user\n' + |
@@ -41,3 +41,7 @@ var request = require('request'), | ||
reader.pipe(tar.Pack()) | ||
reader.on('error', function(err) { | ||
console.log(chalk.red('READ ERROR') + ' - Could not read directory. Remove' + | ||
' symbolic links / shortcuts and try again.'); | ||
process.exit(1); | ||
}).pipe(tar.Pack()) | ||
.pipe(zlib.createGzip()) | ||
@@ -44,0 +48,0 @@ .pipe(writeStream); |
{ | ||
"name": "firebase-tools", | ||
"preferGlobal": true, | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "The Firebase Command Line Tools", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
50649
1172