From c26ab6c59a6e47494623f94b8da1fcbf146e959e Mon Sep 17 00:00:00 2001 From: Benjamin Pasero Date: Wed, 4 Jul 2018 09:08:45 +0200 Subject: [PATCH] use electron 2.0.4 --- .yarnrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.yarnrc b/.yarnrc index afcc5b3ca82..cfb95b3bab4 100644 --- a/.yarnrc +++ b/.yarnrc @@ -1,3 +1,3 @@ disturl "https://atom.io/download/electron" -target "2.0.3" +target "2.0.4" runtime "electron"