Skip to content
This repository has been archived by the owner on Jun 12, 2018. It is now read-only.

Commit

Permalink
Add grunt-mocha-cov reporter and blanket config.
Browse files Browse the repository at this point in the history
  • Loading branch information
hodgestar committed Oct 11, 2013
1 parent 3895550 commit 2d4a8c5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 2d4a8c5

Please sign in to comment.