diff options
author | Sheogorath | 2018-11-21 11:36:34 +0100 |
---|---|---|
committer | Sheogorath | 2018-11-21 11:38:40 +0100 |
commit | 1091efc25950729e8b934ada3f78f14ae9a9fc84 (patch) | |
tree | 6b265b9712900efb3d7353afd1c67e344b001941 | |
parent | f9929605af6ce7ff84db6f0dc125713538082a78 (diff) |
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 <sheogorath@shivering-isles.com>
Diffstat (limited to '')
-rw-r--r-- | package.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package.json b/package.json index ee3c3830..d149adda 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", |