generated from JS-DevTools/template-node-typescript
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The "file-path-filter" package is now just a wrapper around the scope…
…d "@jsdevtools/file-path-filter" package
- Loading branch information
1 parent
5dd79a2
commit 6c47850
Showing
5 changed files
with
56 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import filePathFilter from "@jsdevtools/file-path-filter"; | ||
export * from "@jsdevtools/file-path-filter"; | ||
export default filePathFilter; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
"use strict"; | ||
module.exports = require("@jsdevtools/file-path-filter"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
"name": "file-path-filter", | ||
"version": "X.X.X", | ||
"description": "Filters file paths using globs, regular expressions, or custom criteria", | ||
"keywords": [ | ||
"filter", | ||
"find", | ||
"file", | ||
"path", | ||
"regex", | ||
"regexp", | ||
"glob", | ||
"include", | ||
"exclude" | ||
], | ||
"author": { | ||
"name": "James Messinger", | ||
"url": "https://jamesmessinger.com" | ||
}, | ||
"license": "MIT", | ||
"homepage": "https://jstools.dev/file-path-filter", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/JS-DevTools/file-path-filter.git" | ||
}, | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"files": [ | ||
"index.js", | ||
"index.d.ts" | ||
], | ||
"engines": { | ||
"node": ">=10" | ||
}, | ||
"dependencies": { | ||
"@jsdevtools/file-path-filter": "X.X.X" | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.