Shrink Electron bundle size by lots of MBs!

This commit is contained in:
Feross Aboukhadijeh
2016-03-10 18:48:08 -08:00
parent 8d74d00449
commit c0cb19fb9f
2 changed files with 2 additions and 2 deletions

View File

@@ -49,7 +49,7 @@
"scripts": {
"cleanup": "node ./bin/cleanup.js",
"debug": "DEBUG=* electron .",
"package": "node ./bin/package.js",
"package": "npm prune && npm dedupe && node ./bin/package.js",
"start": "electron .",
"test": "standard",
"update-authors": "./bin/update-authors.sh"