From 2c382e14b54c681b723e0b71fa0e0e755a3053eb Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Wed, 15 Feb 2017 15:09:27 -0800 Subject: [PATCH] electron@1.6.0 This version of Electron is 3 versions of Chromium newer, so there are lots of performance improvements. There is one known issue with this update: https://github.com/electron/electron/issues/8694 But I think we should merge this anyway so that collaborators can try out the new Chromium engine before we do a release with it. We might find other bugs. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index df9d5b88..cd11e943 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "buble": "^0.15.2", "cross-zip": "^2.0.1", "depcheck": "^0.6.4", - "electron": "1.4.15", + "electron": "1.6.0", "electron-osx-sign": "0.4.3", "electron-packager": "~8.5.1", "electron-winstaller": "~2.5.2",