gulp-delete-file
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "gulp-delete-file", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "gulp plugin to delete matched file based on RegExp Obj", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -38,2 +38,3 @@ # gulp-delete-file | ||
`reg`:is a RegExp Object | ||
`deleteMatch`:if the value is 'true',then the command will delete all the files which match the reg-rule. if it is 'false',then delete all the files which doesn't match the reg-rule. | ||
@@ -40,0 +41,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
3157
75