From 1091efc25950729e8b934ada3f78f14ae9a9fc84 Mon Sep 17 00:00:00 2001 From: Sheogorath Date: Wed, 21 Nov 2018 11:36:34 +0100 Subject: [PATCH] Remove node-uuid We currently install `uuid` and `node-uuid`. `node-uuid` is deprecated in favor of `uuid`. It seems like we already switched a while ago, but somehow missed to remove the dependency. This patch does exactly that. It removes the dependency from `package.json` and this way removes the warning during install about `node-uuid` being deprecated. Signed-off-by: Sheogorath --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index ee3c383..d149add 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,6 @@ "moment": "^2.17.1", "morgan": "^1.7.0", "mysql": "^2.12.0", - "node-uuid": "^1.4.7", "passport": "^0.4.0", "passport-dropbox-oauth2": "^1.1.0", "passport-facebook": "^2.1.1",