grunt-jasmine-node
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"name" : "grunt-jasmine-node", | ||
"description" : "Grunt task for running jasmine-node", | ||
"version" : "0.0.5", | ||
"version" : "0.0.6", | ||
"homepage" : "https://github.com/s9tpepper/grunt-jasmine-node", | ||
@@ -47,2 +47,2 @@ "author" : { | ||
] | ||
} | ||
} |
@@ -78,3 +78,3 @@ module.exports = function (grunt) { | ||
regExpSpec: regExpSpec, | ||
junitreport: junitreport | ||
junitreport: jUnit | ||
}; | ||
@@ -81,0 +81,0 @@ |
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
7946