From 68b242fddd3f02edd6d3b8825aa3a6459a1525b0 Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Fri, 2 Dec 2016 13:33:52 -0800 Subject: [PATCH] removed coveralls --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 51adb5c8..66b51051 100644 --- a/package.json +++ b/package.json @@ -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" },