Skip to content

Commit

Permalink
fix: Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
prantlf committed Apr 2, 2023
1 parent ce3c6f2 commit 985b219
Show file tree
Hide file tree
Showing 4 changed files with 2,034 additions and 2,135 deletions.
3 changes: 3 additions & 0 deletions .ncurc.yml
@@ -0,0 +1,3 @@
reject:
- find-up
- rimraf
8 changes: 4 additions & 4 deletions lib/report.js
Expand Up @@ -39,11 +39,11 @@ class Report {
this.watermarks = watermarks
this.resolve = resolvePaths
this.exclude = new Exclude({
exclude: exclude,
include: include,
extension: extension,
exclude,
include,
extension,
relativePath: !allowExternal,
excludeNodeModules: excludeNodeModules
excludeNodeModules
})
this.excludeAfterRemap = excludeAfterRemap
this.shouldInstrumentCache = new Map()
Expand Down

0 comments on commit 985b219

Please sign in to comment.