mirror of
https://github.com/danbulant/discord.js
synced 2026-06-09 17:52:55 +00:00
chore: node version in package.json (#3643)
This commit is contained in:
parent
45b8971000
commit
d4333f5bbe
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@
|
||||||
"webpack-cli": "^3.2.3"
|
"webpack-cli": "^3.2.3"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=10.0.0"
|
"node": ">=10.2.0"
|
||||||
},
|
},
|
||||||
"browser": {
|
"browser": {
|
||||||
"https": false,
|
"https": false,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue