From 34f47aef6bd3733fd55dd5f300c1d2c6792143fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionic=C4=83=20Biz=C4=83u?= Date: Wed, 21 Dec 2016 19:28:37 +0200 Subject: [PATCH] :arrow_up: 1.0.2 :tada: --- bin/bloggify | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/bloggify b/bin/bloggify index 753a9d1..dcc868f 100755 --- a/bin/bloggify +++ b/bin/bloggify @@ -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" diff --git a/package.json b/package.json index cb8b230..f305b5b 100644 --- a/package.json +++ b/package.json @@ -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"