From b9cd3eec337c95b27a4a6616c89a95465bb1a887 Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Mon, 3 Jun 2019 00:55:25 +0300 Subject: [PATCH] Release 3.0.1. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ceed8da3..b4e0eb2e 100644 --- a/package.json +++ b/package.json @@ -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": [ @@ -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"