From 832980eb9ab9b4bc248074914af62633c5b6ceab Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Thu, 22 Sep 2016 23:39:32 +0200 Subject: [PATCH] Update Electron to 1.4.1 (#955) Changelog: https://github.com/electron/electron/releases/tag/v1.4.1 (Should fix the Spectron console issue that @dcposch reported.) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d5bb502f..10939f8b 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "deep-equal": "^1.0.1", "dlnacasts": "^0.1.0", "drag-drop": "^2.12.1", - "electron": "1.4.0", + "electron": "1.4.1", "es6-error": "^3.0.1", "fs-extra": "^0.30.0", "iso-639-1": "^1.2.1",