Disable pruning dependencies and add a note as to why

This commit is contained in:
Mark Lee 2017-12-02 12:02:35 -08:00
parent 875d049294
commit 1e08779b81

View File

@ -31,6 +31,8 @@ module.exports = function () {
out: CONFIG.buildOutputPath,
overwrite: true,
platform: process.platform,
// Atom doesn't have devDependencies, but if prune is true, it will delete the non-standard packageDependencies.
prune: false,
win32metadata: {
CompanyName: 'GitHub, Inc.',
FileDescription: 'Atom',