Skip to content

Commit

Permalink
Correct comment
Browse files Browse the repository at this point in the history
  • Loading branch information
erikengervall committed Oct 23, 2023
1 parent cf7c8f7 commit 0eb0b21
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages": ["."],
"version": "1.0.1",
"version": "1.0.2",
"npmClient": "yarn"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fast-find-in-files",
"version": "1.0.1",
"version": "1.0.2",
"description": "fast-find-in-files recursively searches sub-directories for needle matches",
"keywords": [
"fast",
Expand Down
1 change: 0 additions & 1 deletion src-node/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ interface FastFindInFilesOptions {
* Relative folder paths to exclude from the search.
*
* Requirements:
* - Must start with `./`
* - Must not end with `/`
*/
excludeFolderPaths?: string[]
Expand Down

0 comments on commit 0eb0b21

Please sign in to comment.