Skip to content

Commit

Permalink
Merge pull request #1045 from pipobscure/fseventsupdate
Browse files Browse the repository at this point in the history
Update fsevents to ~2.2.0
  • Loading branch information
paulmillr authored Nov 3, 2020
2 parents 0d72873 + e82a305 commit 2ba408b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "chokidar",
"description": "A neat wrapper around node.js fs.watch / fs.watchFile / fsevents.",
"version": "3.4.3",
"version": "3.4.4",
"homepage": "https://github.com/paulmillr/chokidar",
"author": "Paul Miller (https://paulmillr.com)",
"contributors": [
Expand All @@ -22,7 +22,7 @@
"readdirp": "~3.5.0"
},
"optionalDependencies": {
"fsevents": "~2.1.2"
"fsevents": "~2.2.0"
},
"devDependencies": {
"@types/node": "^14",
Expand Down

0 comments on commit 2ba408b

Please sign in to comment.