We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c2c92b commit 6088b95Copy full SHA for 6088b95
src/index.ts
@@ -52,7 +52,7 @@ if (argv.version || argv.v) {
52
const excludePaths = makeRegExp(
53
argv.exclude,
54
"exclude",
55
- /package\.json$/,
+ /^package\.json$/,
56
argv["case-sensitive-path-filtering"],
57
)
58
const packageManager = detectPackageManager(
0 commit comments