From db7bd5c6ebb7cdb0c2eeaef86d91209af0b90707 Mon Sep 17 00:00:00 2001 From: Josh Creek Date: Mon, 26 Oct 2020 17:09:17 +0000 Subject: [PATCH] feat(*): Specify versions of discord.js and winston to ensure future compatibility --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8277860..49d21fb 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "author": "jcreek", "license": "ISC", "dependencies": { - "discord.js": "^12.4.1", - "winston": "^3.3.3" + "discord.js": "12.4.1", + "winston": "3.3.3" } }