summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorSheogorath2018-11-21 11:36:34 +0100
committerSheogorath2018-11-21 11:38:40 +0100
commit1091efc25950729e8b934ada3f78f14ae9a9fc84 (patch)
tree6b265b9712900efb3d7353afd1c67e344b001941 /package.json
parentf9929605af6ce7ff84db6f0dc125713538082a78 (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 'package.json')
-rw-r--r--package.json1
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",