From 1c45f967c3bbd4ee76b3769b90227693b37231b0 Mon Sep 17 00:00:00 2001 From: cheesestringer <4462478+cheesestringer@users.noreply.github.com> Date: Tue, 5 Feb 2019 20:33:00 +1100 Subject: [PATCH] Remove unused lodash.debounce dependency (#788) Fixes https://github.com/paulmillr/chokidar/issues/772 and https://github.com/paulmillr/chokidar/issues/785 Looks like the lodash.debounce changes were rolled back in this commit https://github.com/paulmillr/chokidar/commit/28a70c40e6ca0d4a39fa1f53ec7ca0a165cb4b36#diff-a211b3645e08f044b3d64f65bbcabac9 but the package.json was missed. --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 7e9218c6..a142ae03 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,6 @@ "inherits": "^2.0.1", "is-binary-path": "^1.0.0", "is-glob": "^4.0.0", - "lodash.debounce": "^4.0.8", "normalize-path": "^2.1.1", "path-is-absolute": "^1.0.0", "readdirp": "^2.0.0",