From e588b92c5ee794fd8808f8817a4c6729bfbe76a5 Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Sat, 8 Sep 2018 10:58:05 -0400 Subject: [PATCH] feat(deps): Remove uglify devDependency As I recall, this was only added to mitigate issues with running `npm ls` and correctly showing all dependencies installed (see https://github.com/pelias/api/issues/1179). --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 80521db8..dfbd5c3a 100644 --- a/package.json +++ b/package.json @@ -78,8 +78,7 @@ "source-map": "^0.7.0", "tap-dot": "^2.0.0", "tape": "^4.5.1", - "tmp": "^0.0.33", - "uglify-js": "^3.0.4" + "tmp": "^0.0.33" }, "pre-commit": [ "lint",