Merge pull request #11 from chebro/fix-engine

fix engines.node version
This commit is contained in:
chebro 2021-01-24 17:00:13 +05:30 committed by GitHub
commit 14fdfcd064
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@
"author": "Sravanth C.", "author": "Sravanth C.",
"license": "MIT", "license": "MIT",
"engines": { "engines": {
"node": "~12.16.1" "node": ">=12.0.0"
}, },
"dependencies": { "dependencies": {
"@discordjs/opus": "^0.3.2", "@discordjs/opus": "^0.3.2",