Skip to content

Commit

Permalink
fix: package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
TomerAberbach committed May 10, 2024
1 parent 1337cf3 commit dfd7971
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,24 @@
{
"name": "get-all-files",
"version": "0.0.0",
"version": "4.1.0",
"author": {
"name": "Tomer Aberbach",
"email": "tomeraberbach@gmail.com",
"url": "https://tomeraberba.ch"
},
"description": "A blazing fast recursive directory crawler with lazy sync and async iterator support.",
"keywords": [],
"keywords": [
"fs",
"recursive",
"readdir",
"path",
"directory",
"files",
"lazy",
"async",
"iterator",
"iterable"
],
"homepage": "https://github.com/TomerAberbach/get-all-files",
"repository": "TomerAberbach/get-all-files",
"bugs": {
Expand Down

0 comments on commit dfd7971

Please sign in to comment.