git ssb

16+

Dominic / patchbay



Commit d9f7833ebe87514ad0fe7da4a8b7a2a002509bca

Downgrade Electron to 2.0.12

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.
Christian Bundy committed on 10/30/2018, 3:30:28 PM
Parent: f456ab9ca0eda1c5a4bf1abe84875e807e7ba7b6

Files changed

package-lock.jsonchanged
package.jsonchanged
package-lock.jsonView
The diff is too large to show. Use a local git client to view these changes.
Old file size: 371106 bytes
New file size: 370469 bytes
package.jsonView
@@ -110,9 +110,9 @@
110110 "xtend": "^4.0.1"
111111 },
112112 "devDependencies": {
113113 "electro": "^2.1.1",
114- "electron": "^3.0.6",
114 + "electron": "^2.0.12",
115115 "eslint-config-standard": "^12.0.0",
116116 "standard": "^12.0.1"
117117 }
118118 }

Built with git-ssb-web