We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b810e57 + 3f7005f commit 5564bcaCopy full SHA for 5564bca
lib/app.js
@@ -349,6 +349,7 @@ module.exports = {
349
'firebase.json settings file');
350
process.exit(1);
351
}
352
+ util._extend(settings, argv);
353
if (typeof(settings.firebase) !== 'string') {
354
console.log(chalk.red('Initialization Error') +' - Could not read ' +
355
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "firebase-tools",
3
"preferGlobal": true,
4
- "version": "1.0.2",
+ "version": "1.0.3",
5
"description": "The Firebase Command Line Tools",
6
"keywords": [
7
"firebase"
0 commit comments