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 <jv@jviotti.com>
This commit is contained in:
Juan Cruz Viotti 2017-06-09 15:46:08 -04:00 committed by GitHub
parent 927a0aba06
commit 9bab3054e9

View File

@ -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,