diff --git a/package.json b/package.json index 4b0574a2..6a6441e0 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "clean": "node ./bin/clean.js", "debug": "DEBUG=* electron .", "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 .", "test": "standard", "update-authors": "./bin/update-authors.sh"