mirror of
https://github.com/yuzu-emu/Command-fix.git
synced 2024-11-22 10:35:41 +01:00
manifest: declare Node.js version requirements
This commit is contained in:
parent
3311053f7f
commit
92dd268da3
@ -7,6 +7,9 @@
|
|||||||
"subdomain": "citra-emu",
|
"subdomain": "citra-emu",
|
||||||
"analyze": true,
|
"analyze": true,
|
||||||
"license": "GPL-2.0+",
|
"license": "GPL-2.0+",
|
||||||
|
"engines": {
|
||||||
|
"node": ">=16.0.0"
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"checkenv": "^1.2.2",
|
"checkenv": "^1.2.2",
|
||||||
"discord.js": "^14.6.0",
|
"discord.js": "^14.6.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user