Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove scripts, devDependencies and build from package.json #1212

Closed
bparise opened this issue Feb 3, 2017 · 1 comment · May be fixed by qcif/data-curator#563
Closed

Remove scripts, devDependencies and build from package.json #1212

bparise opened this issue Feb 3, 2017 · 1 comment · May be fixed by qcif/data-curator#563
Labels

Comments

@bparise
Copy link

bparise commented Feb 3, 2017

The final, packed package.json should be stripped of extraneous data. The following fields are not necessary and for us contain sensitive information (private repos, build details, etc) that we don't want packaged:

  • build
  • devDependencies
  • scripts
@develar develar added the feature label Feb 3, 2017
@develar
Copy link
Member

develar commented Feb 4, 2017

Cleanup is performed only for asar (default). Thanks for nice feature request.

develar added a commit to develar/electron-builder that referenced this issue Feb 4, 2017
BREAKING CHANGE: `scripts`, `devDependencies` and `build` automatically removed from package.json

Close electron-userland#1212
@develar develar closed this as completed in ab41fcf Feb 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants