Skip to content

Commit

Permalink
fix(deps): upgrade readdir-recursive
Browse files Browse the repository at this point in the history
This is to handle symlinks pointing to nothing
  • Loading branch information
joakimbeng committed Jun 7, 2019
1 parent 5eda35e commit 3a0022e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 10 deletions.
24 changes: 16 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@
}
},
"dependencies": {
"@aboviq/readdir-recursive": "^1.2.0",
"matcher": "^1.0.0"
"@aboviq/readdir-recursive": "^1.2.1",
"matcher": "^2.0.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 3a0022e

Please sign in to comment.