diff options
author | Indrajith K L | 2021-03-11 17:17:20 +0530 |
---|---|---|
committer | Indrajith K L | 2021-03-11 17:17:20 +0530 |
commit | 80f8f8d90194dd846b95b2aa34f3e37ceb232d22 (patch) | |
tree | da0f796aff8ae42ad6b68d0cd0c37b0acdfc627c | |
parent | ef0c606a54d6ec0cf61027ff8220761f897706b9 (diff) | |
download | lul-bot-80f8f8d90194dd846b95b2aa34f3e37ceb232d22.tar.gz lul-bot-80f8f8d90194dd846b95b2aa34f3e37ceb232d22.tar.bz2 lul-bot-80f8f8d90194dd846b95b2aa34f3e37ceb232d22.zip |
Upgrade Node Version
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index ade6dce..cf59cb1 100644 --- a/package.json +++ b/package.json @@ -14,5 +14,6 @@ "discord.js": "^12.5.1", "dotenv": "^8.2.0", "node-fetch": "^2.6.1" - } + }, + "engines": { "node": "12.16.3" } } |