From 688c754584bfb7d9191eb30e18563e16f2a7b3ff Mon Sep 17 00:00:00 2001 From: Franck Date: Fri, 21 Jun 2019 00:24:08 +0200 Subject: [PATCH] :bug: Prevent from using inquirer 6.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2525fff..8996378 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "date-fns": "^1.30.1", "ejs": "^2.6.1", "git-repo-name": "^1.0.1", - "inquirer": "^6.3.1", + "inquirer": "~6.3.1", "load-json-file": "^6.0.0", "lodash": "^4.17.11", "ora": "^3.4.0",