Skip to content

Commit f20dd7f

Browse files
committed
v1.2.0
1 parent d342cbd commit f20dd7f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "find-remove",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"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.",
55
"main": "find-remove.js",
66
"author": "Michael Heuberger <[email protected]>",
@@ -22,7 +22,7 @@
2222
"rimraf": "2.6.2"
2323
},
2424
"devDependencies": {
25-
"nodeunit": "0.11.1",
25+
"nodeunit": "0.11.2",
2626
"randomstring": "1.1.5",
2727
"mkdirp": "0.5.1",
2828
"async": "2.6.0"

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1038,9 +1038,9 @@ [email protected]:
10381038
version "2.0.0"
10391039
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
10401040

1041-
1042-
version "0.11.1"
1043-
resolved "https://registry.yarnpkg.com/nodeunit/-/nodeunit-0.11.1.tgz#23d80fd78b43d6c24ee1e4b64600d1579176195c"
1041+
1042+
version "0.11.2"
1043+
resolved "https://registry.yarnpkg.com/nodeunit/-/nodeunit-0.11.2.tgz#f45a9c8542b8be83d1936b2c967229ba50b5424a"
10441044
dependencies:
10451045
ejs "^2.5.2"
10461046
tap "^10.0.2"

0 commit comments

Comments
 (0)