feat(*): Specify versions of discord.js and winston to ensure future compatibility

This commit is contained in:
2020-10-26 17:09:17 +00:00
parent 649c5fef77
commit db7bd5c6eb
+2 -2
View File
@@ -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"
}
}