rename "npm run cleanup" to "npm run clean"

This commit is contained in:
Feross Aboukhadijeh
2016-03-19 16:20:11 -07:00
parent 684fa7dee7
commit 7738aa2f16
2 changed files with 1 additions and 1 deletions

View File

@@ -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",