revert getPort down as they changed it to pure ESM.
This commit is contained in:
parent
93a8e88f76
commit
62661ff7a5
1 changed files with 2 additions and 3 deletions
|
@ -29,7 +29,7 @@
|
|||
"electron-updater": "^4.6.1",
|
||||
"electron-window-state": "^5.0.3",
|
||||
"express": "^4.17.2",
|
||||
"get-port": "^6.0.0",
|
||||
"get-port": "^5.1.1",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
"source-map-support": "^0.5.21",
|
||||
|
@ -87,8 +87,7 @@
|
|||
"extends": null,
|
||||
"files": [
|
||||
"**/*",
|
||||
"./resources/icons/icon.*",
|
||||
"./resources/appx/*.*"
|
||||
"./resources/icons/icon.*"
|
||||
],
|
||||
"linux": {
|
||||
"target": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue