gulp-clean
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -25,8 +25,8 @@ 'use strict'; | ||
gutil.log('gulp-clean: Cannot delete current working directory. (' + filepath + ')'); | ||
cb(null, file); | ||
return cb(null, file); | ||
} else { | ||
gutil.log('gulp-clean: Cannot delete files outside the current working directory. (' + filepath + ')'); | ||
cb(null, file); | ||
return cb(null, file); | ||
} | ||
}); | ||
}; |
{ | ||
"name": "gulp-clean", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "A gulp plugin for removing files and folders.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
7990