Skip to content

Commit 985b219

Browse files
committed
fix: Upgrade dependencies
1 parent ce3c6f2 commit 985b219

File tree

4 files changed

+2034
-2135
lines changed

4 files changed

+2034
-2135
lines changed

.ncurc.yml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
reject:
2+
- find-up
3+
- rimraf

lib/report.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ class Report {
3939
this.watermarks = watermarks
4040
this.resolve = resolvePaths
4141
this.exclude = new Exclude({
42-
exclude: exclude,
43-
include: include,
44-
extension: extension,
42+
exclude,
43+
include,
44+
extension,
4545
relativePath: !allowExternal,
46-
excludeNodeModules: excludeNodeModules
46+
excludeNodeModules
4747
})
4848
this.excludeAfterRemap = excludeAfterRemap
4949
this.shouldInstrumentCache = new Map()

0 commit comments

Comments
 (0)