Skip to content

Commit

Permalink
Revert electron ~7.0.0-beta.1 to ^6.0.0
Browse files Browse the repository at this point in the history
The beta was previously needed for ELECTRON_SKIP_BINARY_DOWNLOAD,
see 975ea2a. Electron folks kindly backported that feature to v6.

Ref #678
Ref electron/electron#20438
  • Loading branch information
vweevers committed Oct 8, 2019
1 parent c23d176 commit 55f30a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"delayed": "^2.0.0",
"dependency-check": "^4.1.0",
"du": "^1.0.0",
"electron": "~7.0.0-beta.1",
"electron": "^6.0.12",
"faucet": "^0.0.1",
"glob": "^7.1.3",
"hallmark": "^2.0.0",
Expand Down

0 comments on commit 55f30a3

Please sign in to comment.