From 7dfc6fd98c5dae5790a1f9c08256c3aab29be5bf Mon Sep 17 00:00:00 2001 From: Nate Goldman Date: Fri, 25 Mar 2016 11:43:13 -0700 Subject: [PATCH] fix package arg --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"