From 389068199dda1f384605192900c452a50c8883df Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Mon, 19 Sep 2016 13:41:26 -0400 Subject: [PATCH] Replaces full lodash with lodash.debounce --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 00e77db11..8f890a80c 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "fs-extra-promise": "^0.3.1", "http-proxy-agent": "^1.0.0", "https-proxy-agent": "^1.0.0", - "lodash": "^4.15.0", + "lodash.debounce": "^4.0.8", "open": "*", "semver": "*", "tmp": "0.0.28",