-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d342cbd
commit f20dd7f
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "find-remove", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "recursively finds files and/or directories by filter options from a start directory onwards and deletes these according to plenty of options you can configure. useful if you want to clean up stuff within a directory in your node.js app.", | ||
"main": "find-remove.js", | ||
"author": "Michael Heuberger <[email protected]>", | ||
|
@@ -22,7 +22,7 @@ | |
"rimraf": "2.6.2" | ||
}, | ||
"devDependencies": { | ||
"nodeunit": "0.11.1", | ||
"nodeunit": "0.11.2", | ||
"randomstring": "1.1.5", | ||
"mkdirp": "0.5.1", | ||
"async": "2.6.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1038,9 +1038,9 @@ [email protected]: | |
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8" | ||
|
||
[email protected].1: | ||
version "0.11.1" | ||
resolved "https://registry.yarnpkg.com/nodeunit/-/nodeunit-0.11.1.tgz#23d80fd78b43d6c24ee1e4b64600d1579176195c" | ||
[email protected].2: | ||
version "0.11.2" | ||
resolved "https://registry.yarnpkg.com/nodeunit/-/nodeunit-0.11.2.tgz#f45a9c8542b8be83d1936b2c967229ba50b5424a" | ||
dependencies: | ||
ejs "^2.5.2" | ||
tap "^10.0.2" | ||
|