specify node in package for heroku

This commit is contained in:
2021-10-05 13:23:58 +02:00
parent 9808b4d644
commit 21b2d65008

View File

@@ -16,6 +16,10 @@
"url": "https://github.com/Gractwo/discord-bot/issues" "url": "https://github.com/Gractwo/discord-bot/issues"
}, },
"homepage": "https://github.com/Gractwo/discord-bot#readme", "homepage": "https://github.com/Gractwo/discord-bot#readme",
"engines": {
"node": ">=16.10.0",
"npm": ">=7.24.0"
},
"dependencies": { "dependencies": {
"discord.js": "^13.1.0", "discord.js": "^13.1.0",
"dotenv": "^10.0.0", "dotenv": "^10.0.0",