From dfd7971daae6299480f78709950333110513c492 Mon Sep 17 00:00:00 2001 From: Tomer Aberbach Date: Fri, 10 May 2024 17:08:45 -0400 Subject: [PATCH] fix: package.json --- package.json | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 05f882f..a1b6d5a 100644 --- a/package.json +++ b/package.json @@ -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": {