grunt-contrib-clean
Advanced tools
Comparing version 0.2.0 to 0.3.0
{ | ||
"name": "grunt-contrib-clean", | ||
"description": "Clear files and folders.", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"homepage": "https://github.com/gruntjs/grunt-contrib-clean", | ||
@@ -32,3 +32,3 @@ "author": { | ||
"rimraf": "~2.0.2", | ||
"grunt-contrib-lib": "~0.1.0" | ||
"grunt-contrib-lib": "~0.3.0" | ||
}, | ||
@@ -35,0 +35,0 @@ "keywords": [ |
@@ -55,2 +55,7 @@ # grunt-contrib-clean | ||
This defines what paths this task will clean recursively (supports [grunt.template](https://github.com/cowboy/grunt/blob/master/docs/api_template.md) and [minimatch](https://github.com/isaacs/minimatch)). | ||
This defines what paths this task will clean recursively (supports [grunt.template](https://github.com/cowboy/grunt/blob/master/docs/api_template.md) and [minimatch](https://github.com/isaacs/minimatch)). | ||
## Release History | ||
* 2012/08/23 - v0.3.0 - Options no longer accepted from global config key. | ||
* 2012/08/10 - v0.2.0 - Refactored from grunt-contrib into individual repo. |
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
5077
60
+ Addedgrunt-contrib-lib@0.3.0(transitive)
- Removedgrunt-contrib-lib@0.1.0(transitive)
Updatedgrunt-contrib-lib@~0.3.0