mocha-cobertura-reporter
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "mocha-cobertura-reporter", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "simple, flexible, fun test framework", | ||
@@ -9,7 +9,11 @@ "keywords": ["cobertura", "mocha", "test", "bdd", "tdd", "tap"], | ||
"main": "./index", | ||
"engines": { "node": ">= 0.4.x" }, | ||
"dependencies": { | ||
"jade": "0.x.x", | ||
"mocha": "1.x.x" | ||
} | ||
}, | ||
"main": "./index", | ||
"bin": { | ||
"cobertura": "./bin/cobertura" | ||
}, | ||
"engines": { "node": ">= 0.4.x" } | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3563