Skip to content

Commit

Permalink
6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kaelzhang committed Sep 17, 2024
1 parent 7047400 commit 249df63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ export interface Options {
*/
declare function ignore(options?: Options): Ignore

export function isPathValid (pathname: string): boolean
declare namespace ignore {
export function isPathValid (pathname: string): boolean
}

export default ignore
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ignore",
"version": "6.0.0",
"version": "6.0.1",
"description": "Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.",
"main": "index.js",
"module": "index.mjs",
Expand Down

0 comments on commit 249df63

Please sign in to comment.