put clean-deps script in every package

This commit is contained in:
Chris Breiding
2017-05-09 11:12:10 -04:00
parent 5f46923ede
commit 4a985657ba
4 changed files with 4 additions and 0 deletions
+1
View File
@@ -5,6 +5,7 @@
"main": "index.js",
"scripts": {
"start": "node index.js",
"clean-deps": "rm -rf node_modules",
"test": "NODE_ENV=test mocha --watch",
"test-ci": "NODE_ENV=test mocha",
"https": "node https.js",