mirror of
https://github.com/danbulant/discord.js
synced 2026-05-25 13:02:38 +00:00
Lower Node version requirement to 6.0.0 (#583)
This commit is contained in:
parent
1cbd1bda46
commit
44efcf3f52
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue