Skip to content

Commit

Permalink
Release: 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Kellen authored and phated committed Dec 21, 2018
1 parent 5d7dfde commit b197ae3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ console.log('Directory is empty:', result);

**Filter function**

Both async and sync take a filter function as the second argument.
Both async and sync take a filter function as the second argument.

_(This gives you the ability to eliminate files like `.DS_Store` on mac, or `Thumbs.db` on windows from causing the result to be "not empty" (`.DS_Store` is already filtered by default).)_

Expand All @@ -49,3 +49,4 @@ console.log('Directory is empty:', result);
## Release History

* 2014-05-08 - v0.1.0 - initial release
* 2016-02-07 - v0.2.0 - add filter support
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "empty-dir",
"description": "Check if a directory is empty.",
"version": "0.1.0",
"version": "0.2.0",
"homepage": "https://github.com/tkellen/js-empty-dir",
"author": "Tyler Kellen <http://goingslowly.com/>",
"repository": "tkellen/js-empty-dir",
Expand Down

0 comments on commit b197ae3

Please sign in to comment.