Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "clean-dir", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Command line util to safely clean a directory", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/ruyadorno/clean-dir", |
@@ -27,3 +27,3 @@ # cleandir | ||
```sh | ||
$ cleandir --help | ||
$ cleandir | ||
``` | ||
@@ -49,3 +49,3 @@ | ||
cleandir('~/path-to-clean'); | ||
cleandir('~/path-to-clean', function (err) {}); | ||
``` | ||
@@ -52,0 +52,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
2925