From c1debf849e73bf7166a0c05fdd29aac405ea4f8a Mon Sep 17 00:00:00 2001 From: The Jared Wilcurt Date: Thu, 7 Nov 2019 08:10:09 -0500 Subject: [PATCH] Add MainfestComments --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package.json b/package.json index 508a040..61c4fc6 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,10 @@ { + "ManifestComments": [ + "Only add dependencies that you want shipped to the end user, for everything else, use devDependencies, including things that will be bundled by webpack.", + "NW.js requires a name and a main, everything else is optional.", + "The build section is used by nwjs-builder-phoenix, see it's documentation for more info", + "To turn spell checking off, remove the chromium-args from this file" + ], "name": "nw-vue", "version": "1.1.0", "main": "http://localhost:8964",