grunt-ban-word
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "grunt-ban-word", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "devDependencies": { |
@@ -14,3 +14,5 @@ /** | ||
var flagError = util.scanWord( this.filesSrc, filesIgnore, opt.banList); | ||
var flagError = util.scanWord( grunt.file.expand( { filter: 'isFile' }, this.filesSrc ), filesIgnore, opt.banList); | ||
if( flagError){ | ||
@@ -17,0 +19,0 @@ throw new Error( 'Scan ban word task failed! ' ); |
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
5116
10