From 9bab3054e95fc2278208a6da28057ec9d46c087a Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Fri, 9 Jun 2017 15:46:08 -0400 Subject: [PATCH] chore: remove ampersand from package description (#1503) The ampersand confuses nupkg when generating Windows installers from `electron-builder`. The referenced issue talks about an issue where the ampersand is present on the application name, but anything that gets into the `.nuspec` XML file, including the description, triggers the issue. See: https://github.com/electron-userland/electron-builder/issues/517 Signed-off-by: Juan Cruz Viotti --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4ec9ac0f..e7dd2b18 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "semverRange": "<2.0.0" }, "main": "lib/start.js", - "description": "Flash OS images to SD cards & USB drives, safely and easily.", + "description": "Flash OS images to SD cards and USB drives, safely and easily.", "productDescription": "Etcher is a powerful OS image flasher built with web technologies to ensure flashing an SDCard or USB drive is a pleasant and safe experience. It protects you from accidentally writing to your hard-drives, ensures every byte of data was written correctly and much more.", "homepage": "https://github.com/resin-io/etcher", "gypfile": true,