Skip to content

Commit

Permalink
Fix at electron v7.0.0 (Jigsaw-Code#528)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Cohen authored and alalamav committed Nov 6, 2019
1 parent 6d86993 commit a3c4465
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/server_manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@types/semver": "^5.5.0",
"bower": "^1.8.0",
"browserify": "^14.5.0",
"electron": "^7.0.0",
"electron": "7.0.0",
"electron-builder": "^21.2.0",
"electron-icon-maker": "^0.0.4",
"gulp": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2208,7 +2208,7 @@ electron-updater@^4.1.2:
pako "^1.0.10"
semver "^6.2.0"

electron@^7.0.0:
electron@7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/electron/-/electron-7.0.0.tgz#47a5b15ca213f32c20d85f82a1be615a74cdf55f"
integrity sha512-vrF1loRW1p0vQCbduqO0EZpo8ePJOuxUT6tSoUSU3lsbGK3VnlJop+0PpCIPzbe2K4G4Gk7WexH08V9se7mJcA==
Expand Down

0 comments on commit a3c4465

Please sign in to comment.