Skip to content

Commit

Permalink
Release 3.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Jun 2, 2019
1 parent b1d0426 commit b9cd3ee
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.0.0",
"version": "3.0.1",
"homepage": "https://github.com/paulmillr/chokidar",
"author": "Paul Miller (https://paulmillr.com)",
"contributors": [
Expand All @@ -19,7 +19,7 @@
"is-binary-path": "^2.1.0",
"is-glob": "^4.0.1",
"normalize-path": "^3.0.0",
"readdirp": "^3.0.1"
"readdirp": "^3.0.2"
},
"optionalDependencies": {
"fsevents": "^2.0.6"
Expand Down

0 comments on commit b9cd3ee

Please sign in to comment.