From 2d4a8c5e001aa0393d5f4d8f8eaa786f0a074a81 Mon Sep 17 00:00:00 2001 From: Simon Cross Date: Fri, 11 Oct 2013 23:09:42 +0200 Subject: [PATCH] Add grunt-mocha-cov reporter and blanket config. --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index afe9b6f33..d372ed8b8 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,8 @@ "name": "vumi-go", "version": "0.5.0-dev", "scripts": { - "install": "./utils/npm-post-install.sh" + "install": "./utils/npm-post-install.sh", + "blanket": {"pattern": "/go/"} }, "dependencies": { "q": "~0.9.7", @@ -23,7 +24,8 @@ "grunt-karma": "~0.6.2", "karma-phantomjs-launcher": "~0.1.0", "grunt-bower-task": "~0.3.2", - "karma-coverage": "~0.1.0" + "karma-coverage": "~0.1.0", + "grunt-mocha-cov": "0.0.7" }, "repository": { "type": "git",