Skip to content

Commit

Permalink
fix: bump chokidar
Browse files Browse the repository at this point in the history
Fixes #1522
Fixes #1208

Thanks to @mikemaccana for original PR
  • Loading branch information
remy committed Feb 8, 2019
1 parent 16cb277 commit fb0c078
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 62 deletions.
123 changes: 62 additions & 61 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -55,7 +55,7 @@
"should": "~4.0.0"
},
"dependencies": {
"chokidar": "^2.0.4",
"chokidar": "^2.1.0",
"debug": "^3.1.0",
"ignore-by-default": "^1.0.1",
"minimatch": "^3.0.4",
Expand Down

1 comment on commit fb0c078

@mikemaccana
Copy link
Contributor

@mikemaccana mikemaccana commented on fb0c078 Feb 8, 2019 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.