Skip to content

Commit

Permalink
Fixing blank white page on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
reZach committed Nov 20, 2020
1 parent cdb3c49 commit 86fca55
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
26 changes: 13 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "secure-electron-template",
"version": "6.0.0",
"version": "7.0.0",
"description": "The best way to build Electron apps with security in mind.",
"private": true,
"main": "app/electron/main.js",
Expand Down Expand Up @@ -72,7 +72,7 @@
"cross-env": "^7.0.2",
"csp-html-webpack-plugin": "^4.0.0",
"css-loader": "^5.0.0",
"electron": "^10.1.5",
"electron": "^11.0.2",
"electron-builder": "^22.8.1",
"electron-debug": "^3.1.0",
"html-loader": "^1.3.1",
Expand Down

0 comments on commit 86fca55

Please sign in to comment.