From 8ae09bda35391aa49d12356d6e1db64b7357bf8d Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Mon, 19 Feb 2018 08:05:25 -0600 Subject: [PATCH] bump electron devDependencies to 1.8.2 (#188) now that we have a stable 1.8.x version in npm, bump our dependency from 1.7.x to 1.8.x --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4386fec..95ea699 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,6 @@ "author": "GitHub", "license": "CC0-1.0", "devDependencies": { - "electron": "~1.7.8" + "electron": "~1.8.2" } }