Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ericzhang-cn committed Mar 18, 2016
1 parent ec8fef1 commit 1589607
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/papery.js
Expand Up @@ -61,7 +61,7 @@ var checkArgs = function (args) {

var args = !(process.argv[0] === 'node' ||
process.argv[0] === 'nodejs' ||
process.argv[0].match(/node.exe$/)) ||
process.argv[0].match(/node.exe$/) ||
process.argv[0].match(/node$/)) ? process.argv : _.last(process.argv, process.argv.length - 1);

checkArgs(args);
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "papery",
"version": "0.2.5-1",
"version": "0.2.5-2",
"description": "create your simple, fast & elegant blog with plain text",
"bin": {
"papery": "./bin/papery.js"
Expand Down

0 comments on commit 1589607

Please sign in to comment.