Skip to content

Commit f0d7f2e

Browse files
committed
dep update
1 parent 018ed71 commit f0d7f2e

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ function createWindow() {
411411
option.width = w.width;
412412
option.height = w.height;
413413
})
414-
414+
/*
415415
mainWindow.on('close', function(e) {
416416
const choice = require('electron').dialog.showMessageBoxSync(this, {
417417
type: 'question',
@@ -424,7 +424,7 @@ function createWindow() {
424424
e.preventDefault();
425425
}
426426
});
427-
427+
*/
428428
mainWindow.on('closed', () => {
429429
mainWindow = null;
430430
});

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
"url": "git+https://github.com/dceejay/electron-node-red.git"
2727
},
2828
"dependencies": {
29-
"electron-is-dev": "^2.0.0",
30-
"electron-store": "^8.0.1",
29+
"electron-is-dev": "^*",
30+
"electron-store": "^*",
3131
"encoding": "^*",
32-
"express": "^4.17.1",
33-
"node-red": "2.1.4",
32+
"express": "^*",
33+
"node-red": "^*",
3434
"node-red-contrib-play-audio": "^*",
3535
"node-red-contrib-ui-actions": "^*",
3636
"node-red-contrib-ui-svg": "^*",
@@ -107,7 +107,7 @@
107107
"win": {
108108
"target": [
109109
{
110-
"target": "msi",
110+
"target": "zip",
111111
"arch": [
112112
"x64"
113113
]

0 commit comments

Comments
 (0)