Skip to content

Commit

Permalink
chore: bump version to 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodrr committed May 21, 2021
1 parent 3b1b707 commit 3598e83
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ cli
.github
documentation.md
CODE_OF_CONDUCT.md
ARCHITECTURE.md
CONTRIBUTING.md
scripts
2 changes: 1 addition & 1 deletion documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Introduction

fdir v3.0 closely follows builder pattern to make an instance of the crawler fluently. So instead of doing:
fdir > v3.0 closely follows builder pattern to make an instance of the crawler fluently. So instead of doing:

```js
fdir.sync("path/to/dir", {
Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fdir",
"version": "5.0.0",
"description": "The fastest directory crawler for NodeJS. Crawls 10k files in 13ms.",
"version": "5.1.0",
"description": "The fastest directory crawler & globbing alternative to glob, fast-glob, & tiny-glob. Crawls 1m files in < 1s",
"main": "index.js",
"scripts": {
"test": "jest __tests__/fdir.test.js",
Expand All @@ -25,6 +25,9 @@
"directory",
"files",
"io",
"tiny-glob",
"glob",
"fast-glob",
"speed",
"javascript",
"nodejs"
Expand Down

0 comments on commit 3598e83

Please sign in to comment.