aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGabe Hayes <[email protected]>2013-07-27 11:55:50 -0700
committerGabe Hayes <[email protected]>2013-07-27 11:55:50 -0700
commit1f21d54dfb5e56c96b4592a259014bf49a6f021e (patch)
treed0b1fbf93c703db9c2f1862e73589b1d8b801ecd /package.json
parent6e8f7eb88a365894df8352caa826f2c3d8ff700d (diff)
downloadnode-coveralls-1f21d54dfb5e56c96b4592a259014bf49a6f021e.tar.xz
node-coveralls-1f21d54dfb5e56c96b4592a259014bf49a6f021e.zip
use blanket instead of jscoverage
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/package.json b/package.json
index 76b0a4b..32e9083 100644
--- a/package.json
+++ b/package.json
@@ -10,7 +10,11 @@
"url": "https://github.com/cainus/node-coveralls/issues"
},
"scripts": {
- "test": "make test"
+ "test": "make test",
+ "blanket": {
+ "pattern": "lib",
+ "data-cover-never": "node_modules"
+ }
},
"bin": {
"coveralls": "./bin/coveralls.js"
@@ -33,11 +37,11 @@
"exec-sync": "~0.1.6"
},
"devDependencies": {
+ "blanket": "~1.1.5",
"sinon-restore": "1.0.0",
"mocha-lcov-reporter": "0.0.1",
"mocha": "1.8.1",
"should": "1.1.0",
- "jscoverage": "0.3.7",
"jshint": "2.1.3"
},
"engines": {