From 29db2dcd144d52d21cc575ef00aae9738de9e74b Mon Sep 17 00:00:00 2001 From: Paul-Vincent Roll Date: Mon, 28 Mar 2016 02:27:12 +0200 Subject: [PATCH] Use latest electron version --- package.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 68b23972..bd51685a 100755 --- a/package.json +++ b/package.json @@ -13,16 +13,20 @@ "keywords": [ "magic mirror", "smart mirror", - "mirror UI" + "mirror UI", + "modular" ], - "author": "MichMich and others", + "author": "Michael Teeuw", + "contributors": "https://github.com/MichMich/MagicMirror/graphs/contributors", "license": "MIT", "bugs": { "url": "https://github.com/MichMich/MagicMirror/issues" }, "homepage": "https://github.com/MichMich/MagicMirror#readme", "devDependencies": { - "electron-prebuilt": "^0.36.0", + "electron-prebuilt": "latest" + }, + "Dependencies": { "walk": "latest" - } + } }