From 3598e830197f030e4206473f8780d7824183c708 Mon Sep 17 00:00:00 2001 From: thecodrr Date: Fri, 21 May 2021 18:04:11 +0500 Subject: [PATCH] chore: bump version to 5.1.0 --- .npmignore | 2 ++ documentation.md | 2 +- package.json | 7 +++++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.npmignore b/.npmignore index dfd54ca..2527ee1 100644 --- a/.npmignore +++ b/.npmignore @@ -7,4 +7,6 @@ cli .github documentation.md CODE_OF_CONDUCT.md +ARCHITECTURE.md +CONTRIBUTING.md scripts \ No newline at end of file diff --git a/documentation.md b/documentation.md index 437d4f5..4309dbd 100644 --- a/documentation.md +++ b/documentation.md @@ -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", { diff --git a/package.json b/package.json index 2e19f23..cc54c61 100644 --- a/package.json +++ b/package.json @@ -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", @@ -25,6 +25,9 @@ "directory", "files", "io", + "tiny-glob", + "glob", + "fast-glob", "speed", "javascript", "nodejs"