fix package arg

This commit is contained in:
Nate Goldman
2016-03-25 11:43:13 -07:00
parent e0ed255fb4
commit 7dfc6fd98c

View File

@@ -60,7 +60,7 @@
"clean": "node ./bin/clean.js", "clean": "node ./bin/clean.js",
"debug": "DEBUG=* electron .", "debug": "DEBUG=* electron .",
"package": "npm install && npm prune && npm dedupe && node ./bin/package.js", "package": "npm install && npm prune && npm dedupe && node ./bin/package.js",
"size": "npm run package -- --darwin && du -ch dist/WebTorrent-darwin-x64 | grep total", "size": "npm run package -- darwin && du -ch dist/WebTorrent-darwin-x64 | grep total",
"start": "electron .", "start": "electron .",
"test": "standard", "test": "standard",
"update-authors": "./bin/update-authors.sh" "update-authors": "./bin/update-authors.sh"