From 051be39ea4c407ca56d7c06f76e132bcfd2a71fe Mon Sep 17 00:00:00 2001 From: Ragnar Lothbrok Date: Fri, 1 Jul 2022 22:11:56 +0100 Subject: [PATCH] Update package.json Forgot to add the `enquirer` dependancy too. Sorry. --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9a5383e..ed8b51d 100644 --- a/package.json +++ b/package.json @@ -6,9 +6,10 @@ "author": "Ragnar Lothbrok <30740511+RagnarLothbrok-Odin@users.noreply.github.com>", "license": "MIT", "dependencies": { - "chalk": "^4.1.2", + "chalk": "4.1.2", "discord-rpc": "^4.0.1", - "luxon": "^2.2.0", + "enquirer": "^2.3.6", + "luxon": "^2.4.0", "trakt.tv": "^8.1.1" }, "devDependencies": {