Skip to content

Commit

Permalink
⬆️ 1.0.2 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
IonicaBizau committed Dec 21, 2016
1 parent 241e493 commit 34f47ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions bin/bloggify
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ const Tilda = require("tilda")
, Logger = require("bug-killer")
;

process.stdin.isTTY = true;

let parser = new Tilda(`${__dirname}/../package.json`, {
examples: [
"bloggify start"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"for"
],
"license": "MIT",
"version": "1.0.1",
"version": "1.0.2",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit 34f47ae

Please sign in to comment.