Add MainfestComments

This commit is contained in:
The Jared Wilcurt 2019-11-07 08:10:09 -05:00 committed by GitHub
parent 5dc3336c4b
commit c1debf849e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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