Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
binarykitchen committed Dec 7, 2017
1 parent d342cbd commit f20dd7f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
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]>",
Expand All @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f20dd7f

Please sign in to comment.