From e5215342ef30d2fada7b6321ab64ec07e1dd300f Mon Sep 17 00:00:00 2001 From: Vito Tardia Date: Mon, 10 Oct 2016 10:05:37 +0200 Subject: [PATCH] Fix Windows installation issue The author name field is used as path component for the start menu icon, bewere of special characters here! --- app/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/package.json b/app/package.json index 6dd1f98..7413480 100644 --- a/app/package.json +++ b/app/package.json @@ -5,8 +5,8 @@ "version": "0.0.3", "homepage": "https://github.com/BZCoding/SkelEktron", "author": { - "name": "Vito Tardia / BZ Coding", - "email": "vito@bzcoding.com", + "name": "BZ Coding", + "email": "hello@bzcoding.com", "url": "https://bzcoding.com/" }, "license": "MIT",