Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
Disable pruning dependencies and add a note as to why
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Dec 23, 2017
1 parent 85fbb62 commit 9a1c84b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions script/lib/package-application.js
Expand Up @@ -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',
Expand Down

0 comments on commit 9a1c84b

Please sign in to comment.