diff --git a/bin/cleanup.js b/bin/clean.js similarity index 100% rename from bin/cleanup.js rename to bin/clean.js diff --git a/package.json b/package.json index b159cee7..e4f60318 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "url": "git://github.com/feross/webtorrent-app.git" }, "scripts": { - "cleanup": "node ./bin/cleanup.js", + "clean": "node ./bin/clean.js", "debug": "DEBUG=* electron .", "package": "npm prune && npm dedupe && node ./bin/package.js", "size": "npm run package -- --darwin && du -ch dist/WebTorrent-darwin-x64 | grep total",