Skip to content

Commit

Permalink
version 0.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-portmen committed Aug 10, 2017
1 parent 90711ea commit 457ce2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion host.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var files = [];
var sprocess = [];

var config = {
version: '0.4.7'
version: '0.4.8'
};
// closing node when parent process is killed
process.stdin.resume();
Expand Down
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
cd ./app

which node 2>/dev/null
echo NodeJS status = $?
if [ $? -eq 0 ]; then
node -e "process.exit(Number(process.version.substr(1).split('.')[0]) > 5 ? 0 : 1)"
fi
Expand Down

0 comments on commit 457ce2c

Please sign in to comment.