add sync script to package.json

This commit is contained in:
oleg 2015-06-14 22:58:33 +03:00
parent 3776af1723
commit 996736916b

View File

@ -7,7 +7,8 @@
},
"scripts": {
"test": "mocha --bail --reporter=spec test/index",
"dev": "gulp"
"dev": "gulp",
"sync": "npm install && npm prune && bower install && bower prune"
},
"repository": {
"type": "git",