mirror of
https://github.com/danbulant/discord.js
synced 2026-06-18 14:11:09 +00:00
Update node engine requirements
This commit is contained in:
parent
3462bbc8d4
commit
6ea2a523d6
2 changed files with 2 additions and 2 deletions
File diff suppressed because one or more lines are too long
|
|
@ -39,7 +39,7 @@
|
|||
"node-opus": "^0.1.13"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.12.7"
|
||||
"node": ">=6.4.0"
|
||||
},
|
||||
"browser": {
|
||||
"./src/Util/TokenCacher.js": "./src/Util/TokenCacher-shim.js",
|
||||
|
|
|
|||
Loading…
Reference in a new issue