From 7738aa2f1636b12956c023841e792c3fed756177 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Sat, 19 Mar 2016 16:20:11 -0700 Subject: [PATCH] rename "npm run cleanup" to "npm run clean" --- bin/{cleanup.js => clean.js} | 0 package.json | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename bin/{cleanup.js => clean.js} (100%) 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",