From cdd00deedf0c637337f0d6b670b5f0092c4a80b1 Mon Sep 17 00:00:00 2001 From: Berkmann18 Date: Wed, 17 Jul 2019 10:38:26 +0100 Subject: [PATCH] chore(package): added packages needed in #186 --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 8df75ad..83beb01 100644 --- a/package.json +++ b/package.json @@ -45,13 +45,17 @@ "@babel/runtime": "^7.7.6", "async": "^3.1.0", "chalk": "^4.0.0", + "ac-learn": "^1.0.3", + "clui": "^0.3.6", "didyoumean": "^1.2.1", "inquirer": "^7.3.3", "json-fixer": "^1.6.8", "lodash": "^4.11.2", + "name-your-contributors": "^3.4.0", "node-fetch": "^2.6.0", "pify": "^5.0.0", - "yargs": "^15.0.1" + "yargs": "^15.0.1", + "request": "^2.72.0" }, "devDependencies": { "codecov": "^3.8.1",