Skip to content

Commit

Permalink
Downgrade Electron to 2.0.12
Browse files Browse the repository at this point in the history
This resolves an issue where the new Node ABI (64) is unsupported by the
prebuilt libsodium packages, which are used by chloride. We should
remain on Electron 2 (Node ABI 57) until new libsodium packages are
built or we start compiling our own libsodium.
  • Loading branch information
christianbundy committed Oct 30, 2018
1 parent f456ab9 commit d9f7833
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 72 deletions.
131 changes: 60 additions & 71 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
},
"devDependencies": {
"electro": "^2.1.1",
"electron": "^3.0.6",
"electron": "^2.0.12",
"eslint-config-standard": "^12.0.0",
"standard": "^12.0.1"
}
Expand Down

0 comments on commit d9f7833

Please sign in to comment.