removed coveralls

This commit is contained in:
David Baldwynn 2016-12-02 13:33:52 -08:00
parent 2f5132a70a
commit 68b242fddd

View file

@ -18,7 +18,7 @@
},
"scripts": {
"start": "grunt",
"test": "grunt test && grunt coveralls",
"test": "grunt test",
"postinstall": "bower install --config.interactive=false; grunt build;",
"init": "node scripts/setup.js"
},