Skip to content

Commit

Permalink
0.0.9 - Should fix #10
Browse files Browse the repository at this point in the history
  • Loading branch information
abeisgoat committed Feb 5, 2019
1 parent aa4feeb commit 8410ac6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Firepit is a standalone, portable version of the Firebase CLI which has no depedencies (including Node.js). Download, click, and immediately get access to both `firebase` and `npm` commands.

## Downloads
* [Windows (v0.0.8-alpha)](http://storage.googleapis.com/fir-tools-builds/firepit/firepit-win-0-0-8-signed.exe)
* [Windows (v0.0.9-alpha)](http://storage.googleapis.com/fir-tools-builds/firepit/firepit-win-0-0-9-signed.exe)

## Credits
*This is not an official Google product.*
2 changes: 1 addition & 1 deletion firepit.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ shell.config.silent = true;
debug(`Welcome to firepit v${version}!`);

(async () => {
const isTopLevel = !!process.env.FIREPIT_VERSION;
const isTopLevel = !process.env.FIREPIT_VERSION;
safeNodePath = await getSafeCrossPlatformPath(isWindows, process.argv[0]);

if (isTopLevel && isWindows) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "firepit",
"version": "0.0.7",
"version": "0.0.9",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 8410ac6

Please sign in to comment.