Skip to content

Commit

Permalink
dep update
Browse files Browse the repository at this point in the history
  • Loading branch information
feecat committed Feb 17, 2023
1 parent 018ed71 commit f0d7f2e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ function createWindow() {
option.width = w.width;
option.height = w.height;
})

/*
mainWindow.on('close', function(e) {
const choice = require('electron').dialog.showMessageBoxSync(this, {
type: 'question',
Expand All @@ -424,7 +424,7 @@ function createWindow() {
e.preventDefault();
}
});

*/
mainWindow.on('closed', () => {
mainWindow = null;
});
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
"url": "git+https://github.com/dceejay/electron-node-red.git"
},
"dependencies": {
"electron-is-dev": "^2.0.0",
"electron-store": "^8.0.1",
"electron-is-dev": "^*",
"electron-store": "^*",
"encoding": "^*",
"express": "^4.17.1",
"node-red": "2.1.4",
"express": "^*",
"node-red": "^*",
"node-red-contrib-play-audio": "^*",
"node-red-contrib-ui-actions": "^*",
"node-red-contrib-ui-svg": "^*",
Expand Down Expand Up @@ -107,7 +107,7 @@
"win": {
"target": [
{
"target": "msi",
"target": "zip",
"arch": [
"x64"
]
Expand Down

0 comments on commit f0d7f2e

Please sign in to comment.