From af660bc63107d4b8a26dd366dd11f94e889c21d1 Mon Sep 17 00:00:00 2001 From: Michael Teeuw Date: Sun, 6 Nov 2016 12:54:00 +0100 Subject: [PATCH] Fix typo. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 67c258a5..c2f6080e 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "A modular interface for smart mirrors.", "main": "js/electron.js", "scripts": { - "start": "electron js/electron.js", + "start": "electron js/electron.js" }, "repository": { "type": "git",