grunt-mocha-istanbul
Advanced tools
Comparing version 3.0.1 to 4.0.1
{ | ||
"name" : "grunt-mocha-istanbul", | ||
"version" : "3.0.1", | ||
"version" : "4.0.1", | ||
"description" : "Almost config-free Istanbul code coverage reporter for Mocha usage in Grunt", | ||
"peerDependencies": { | ||
"grunt": "0.4.x" | ||
"grunt": "^1.0.0" | ||
}, | ||
"devDependencies": { | ||
"grunt": "0.4.x", | ||
"grunt": "^1.0.0", | ||
"mocha": ">=1.x.x", | ||
@@ -11,0 +11,0 @@ "istanbul": "0.x.x" |
@@ -0,0 +0,0 @@ var task = require('../tasks/index'); |
Sorry, the diff of this file is not supported yet
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
21736