Skip to content

Commit 3274a77

Browse files
committed
0.3.0 release
1 parent 3d935b4 commit 3274a77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ following data:
4444
| ---------- | ------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
4545
| filepath | string / URL | Initial file or directory path to traverse for `package.json`. |
4646
| [basepath] | string / URL | Optional: Base path to stop traversing. Set to the root path of `filepath` if not provided. |
47-
| [callback] | Function | Optional: A function that evaluates a loaded package.json object and associated traversal data returning a truthy value to stops or continue the traversal. |
47+
| [callback] | Function | Optional: A function that evaluates a loaded package.json object and associated traversal data returning a truthy value to stop or continue the traversal. |
4848

4949
`filepath` is required and may be a file or directory path as a string or file URL including `import.meta.url`. It
5050
should be noted that if the path references a file that this file does not need to exist, but the containing directory

src/typedef.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
/**
4545
* An optional callback function for {@link PackageQueryOptions} that evaluates a loaded package.json object and
46-
* associated traversal data returning a truthy value to stops or continue the traversal.
46+
* associated traversal data returning a truthy value to stop or continue the traversal.
4747
*
4848
* @callback TraversalCallback
4949
*

0 commit comments

Comments
 (0)