mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
Lower Node version requirement to 6.0.0 (#583)
This commit is contained in:
committed by
Amish Shah
parent
1cbd1bda46
commit
44efcf3f52
@@ -39,7 +39,7 @@
|
||||
"node-opus": "^0.1.13"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6.4.0"
|
||||
"node": ">=6.0.0"
|
||||
},
|
||||
"browser": {
|
||||
"./src/Util/TokenCacher.js": "./src/Util/TokenCacher-shim.js",
|
||||
|
||||
Reference in New Issue
Block a user