mirror of
https://github.com/everoddandeven/monerod-gui.git
synced 2025-01-03 09:29:36 +00:00
Fix windows build
This commit is contained in:
parent
861dc360d0
commit
d2dcacd02e
1 changed files with 3 additions and 1 deletions
|
@ -100,7 +100,6 @@
|
|||
"electron": "33.0.2",
|
||||
"electron-builder": "25.1.8",
|
||||
"electron-debug": "4.1.0",
|
||||
"electron-installer-debian": "3.2.0",
|
||||
"electron-reloader": "1.2.3",
|
||||
"eslint": "8.57.0",
|
||||
"eslint-plugin-import": "2.29.1",
|
||||
|
@ -115,6 +114,9 @@
|
|||
"wait-on": "7.2.0",
|
||||
"webdriver-manager": "12.1.9"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"electron-installer-debian": "3.2.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 16.14.0 || >= 18.10.0"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue