mirror of
https://github.com/danbulant/discord.js
synced 2026-06-08 17:21:31 +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"
|
"node-opus": "^0.1.13"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.4.0"
|
"node": ">=6.0.0"
|
||||||
},
|
},
|
||||||
"browser": {
|
"browser": {
|
||||||
"./src/Util/TokenCacher.js": "./src/Util/TokenCacher-shim.js",
|
"./src/Util/TokenCacher.js": "./src/Util/TokenCacher-shim.js",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue