Skip to content

Commit

Permalink
bump to electron 7.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
amitmerchant1990 committed Oct 8, 2020
1 parent 9dbf4c8 commit ced9143
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ var createWindow = () => {
width: 1400,
height: 800,
icon: __dirname + '/app/img/markdownify.ico',
title: appDetails.productName
title: appDetails.productName,
webPreferences: {
nodeIntegration: true
}
});

// and load the index.html of the app.
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,19 @@
},
"devDependencies": {
"devtron": "^1.1.2",
"electron": "^3.0.2",
"electron": "^7.2.4",
"electron-packager": "^7.0.3",
"electron-reloader": "^1.0.1",
"gulp": "^3.9.1"
},
"dependencies": {
"electron-config": "^0.2.1",
"electron-editor-context-menu": "^1.1.1",
"electron-json-storage": "^4.1.3",
"electron-json-storage": "^4.2.0",
"electron-localshortcut": "^1.0.0",
"highlightjs": "^9.8.0",
"highlightjs": "^9.16.2",
"parse-filepath": "^1.0.2",
"parse-katex": "^0.3.0",
"showdown": "^1.8.6"
"showdown": "^1.9.1"
}
}

0 comments on commit ced9143

Please sign in to comment.