Remove blanket

This commit is contained in:
Raymond Feng 2013-11-15 14:02:22 -08:00
parent b4b8c2055d
commit 7b3a1fce23
1 changed files with 1 additions and 5 deletions

View File

@ -4,11 +4,7 @@
"description": "MySQL connector for loopback-datasource-juggler",
"main": "index.js",
"scripts": {
"test": "make test",
"blanket": {
"pattern": "//^((?!(node_modules|test)).)*$/"
},
"coverage": "mocha -r blanket -R html-cov > coverage_loopback-connector-mysql.html"
"test": "make test"
},
"dependencies": {
"loopback-datasource-juggler": "1.x.x",