Remove blanket

This commit is contained in:
Raymond Feng 2013-11-15 13:58:36 -08:00
parent a7a098d5c3
commit 878a3c6879
1 changed files with 1 additions and 6 deletions

View File

@ -11,11 +11,7 @@
], ],
"version": "1.2.1", "version": "1.2.1",
"scripts": { "scripts": {
"test": "mocha -R spec", "test": "mocha -R spec"
"blanket": {
"pattern": "//^((?!(node_modules|test)).)*$/"
},
"coverage": "mocha -r blanket -R html-cov > coverage_loopback.html"
}, },
"dependencies": { "dependencies": {
"debug": "~0.7.2", "debug": "~0.7.2",
@ -33,7 +29,6 @@
"uid2": "0.0.3" "uid2": "0.0.3"
}, },
"devDependencies": { "devDependencies": {
"blanket": "~1.1.5",
"mocha": "~1.14.0", "mocha": "~1.14.0",
"strong-task-emitter": "0.0.x", "strong-task-emitter": "0.0.x",
"supertest": "~0.8.1" "supertest": "~0.8.1"