From 0085880d3c2e516e366ee1dc7d7d0827a62724b6 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Wed, 9 Nov 2016 17:04:05 +0200 Subject: [PATCH] chore: add `productDescription` to `package.json` (#842) This key is added as the long description of the Debian package. Omitting this option means that `description` is duplicated two times, which is of course not the desired outcome. See: https://github.com/resin-io/etcher/issues/632 Signed-off-by: Juan Cruz Viotti --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 9def68de..43f6ad50 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "version": "1.0.0-beta.16", "main": "lib/start.js", "description": "Flash OS images to SD cards & 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", "repository": { "type": "git",