From 267f07bdf17c5738859acd95c248d706b1a5931b Mon Sep 17 00:00:00 2001 From: Daniel Chatfield Date: Sun, 28 Jul 2013 19:30:28 +0100 Subject: [PATCH] Update inquirer to fix #1141 Relevant issues: https://github.com/yeoman/yeoman/issues/1141 https://github.com/SBoudrias/Inquirer.js/pull/52 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2f5c11b2..df801fd6 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "isbinaryfile": "~0.1.8", "dargs": "~0.1.0", "async": "~0.2.8", - "inquirer": "~0.2.0", + "inquirer": "~0.2.3", "iconv-lite": "~0.2.10", "shelljs": "~0.1.4", "findup-sync": "~0.1.2"