Skip to content
This repository has been archived by the owner on Oct 10, 2022. It is now read-only.

Commit

Permalink
fix progress bar on windows, close #7
Browse files Browse the repository at this point in the history
  • Loading branch information
Ola Holmström committed Jun 3, 2016
1 parent f3f68af commit 5d1a898
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bar.js
Expand Up @@ -30,7 +30,7 @@ var ProgressBar = function () {
}

ProgressBar.prototype._columns = function () {
return process.stdout.columns - 1
return process.stdout.columns - 2
}

ProgressBar.prototype._getFullMsg = function () {
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "reactpack",
"version": "0.3.0",
"version": "0.3.1",
"description": "One command to build your React frontend.",
"bin": "cli.js",
"main": "index.js",
Expand Down

0 comments on commit 5d1a898

Please sign in to comment.