grunt-jasmine-node
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name" : "grunt-jasmine-node", | ||
"description" : "Grunt task for running jasmine-node", | ||
"version" : "0.0.3", | ||
"version" : "0.0.4", | ||
"homepage" : "https://github.com/s9tpepper/grunt-jasmine-node", | ||
@@ -6,0 +6,0 @@ "author" : { |
@@ -7,4 +7,6 @@ module.exports = function (grunt) { | ||
var util; | ||
// TODO: ditch this when grunt v0.4 is released | ||
grunt.util = grunt.util || grunt.utils; | ||
var Path = require('path'); | ||
var _ = grunt.utils._; | ||
var _ = grunt.util._; | ||
@@ -11,0 +13,0 @@ try { |
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
7324
130