Comparing version 2.4.1 to 2.4.2
{ | ||
"name": "rimraf", | ||
"version": "2.4.1", | ||
"version": "2.4.2", | ||
"main": "rimraf.js", | ||
@@ -14,14 +14,14 @@ "description": "A deep deletion module for node (like `rm -rf`)", | ||
"dependencies": { | ||
"glob": "^4.4.2" | ||
"glob": "^5.0.14" | ||
}, | ||
"files": [ | ||
"LICENSE", | ||
"README.md", | ||
"bin.js", | ||
"rimraf.js", | ||
"LICENSE", | ||
"README.md" | ||
"rimraf.js" | ||
], | ||
"devDependencies": { | ||
"mkdirp": "^0.5.1", | ||
"tap": "^1.2.0" | ||
"tap": "^1.3.1" | ||
} | ||
} |
@@ -0,1 +1,3 @@ | ||
[![Build Status](https://travis-ci.org/isaacs/rimraf.svg?branch=master)](https://travis-ci.org/isaacs/rimraf) [![Dependency Status](https://david-dm.org/isaacs/rimraf.svg)](https://david-dm.org/isaacs/rimraf) [![devDependency Status](https://david-dm.org/isaacs/rimraf/dev-status.svg)](https://david-dm.org/isaacs/rimraf#info=devDependencies) | ||
The [UNIX command](http://en.wikipedia.org/wiki/Rm_(Unix)) `rm -rf` for node. | ||
@@ -31,3 +33,3 @@ | ||
If installed with `npm install rimraf -g` it can be used as a global | ||
command `rimraf <path>` which is useful for cross platform support. | ||
command `rimraf <path> [<path> ...]` which is useful for cross platform support. | ||
@@ -34,0 +36,0 @@ ## mkdirp |
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
11719
39
+ Addedglob@5.0.15(transitive)
+ Addedminimatch@3.1.2(transitive)
+ Addedpath-is-absolute@1.0.1(transitive)
- Removedglob@4.5.3(transitive)
- Removedminimatch@2.0.10(transitive)
Updatedglob@^5.0.14