grunt-newer
Advanced tools
Comparing version 0.5.0 to 0.5.1
{ | ||
"name": "grunt-newer", | ||
"description": "Run Grunt tasks with only those source files modified since the last successful run.", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"homepage": "https://github.com/tschaub/grunt-newer", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -75,2 +75,4 @@ var fs = require('fs'); | ||
return {src: src, dest: obj.dest}; | ||
}).filter(function(obj) { | ||
return obj.src && obj.src.length > 0; | ||
}); | ||
@@ -77,0 +79,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
24114
605
5