gulp-clean
Advanced tools
Comparing version 0.3.0 to 0.3.1
{ | ||
"name": "gulp-clean", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "A gulp plugin for removing files and folders.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -0,1 +1,5 @@ | ||
## Deprecated use [gulp-rimraf](https://github.com/robrich/gulp-rimraf) instead! | ||
# [gulp](https://github.com/wearefractal/gulp)-clean [![Build Status](https://secure.travis-ci.org/peter-vilja/gulp-clean.png?branch=master)](https://travis-ci.org/peter-vilja/gulp-clean) [![NPM version](https://badge.fury.io/js/gulp-clean.png)](http://badge.fury.io/js/gulp-clean) | ||
@@ -24,3 +28,3 @@ | ||
``` | ||
Option read false prevents gulp to read the contents of the file and makes this task a lot faster. If you need the file and it's contents after cleaning in the same stream, do not set the read option to false. | ||
Option read:false prevents gulp from reading the contents of the file and makes this task a lot faster. If you need the file and its contents after cleaning in the same stream, do not set the read option to false. | ||
@@ -27,0 +31,0 @@ ```js |
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
9677
67