Skip to content

Commit

Permalink
Updated the project description.
Browse files Browse the repository at this point in the history
  • Loading branch information
IonicaBizau committed May 13, 2015
1 parent ebdea9f commit 18a2922
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
![](http://i.imgur.com/ZHzpvvE.png)

# is-there
A library to check if a file or directory exists in a given path.
Check if a file or directory exists in a given path.

## Why? `fs.exists` already does the job!
Because `fs.exists` and `fs.existsSync` will be deprecated and I still like and need them!
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "is-there",
"version": "2.0.0",
"description": "A library to check if a file or directory exists in a given path.",
"description": "Check if a file or directory exists in a given path.",
"main": "lib/index.js",
"directories": {
"example": "example",
Expand Down

0 comments on commit 18a2922

Please sign in to comment.