Skip to content

Commit

Permalink
Update fsevents to ~2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pipobscure committed Nov 3, 2020
1 parent 0d72873 commit e82a305
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 e82a305

Please sign in to comment.