summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-10-30 20:46:07 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2017-10-30 20:46:07 +0100
commit192284771736075720085d364963cb38ffc384b3 (patch)
tree28c3366dc9c04e18e16f53ad0acff2f1a54c6e90 /package.json
parent6a75460785e25b79b3a46d7025fdd93971b2a0db (diff)
downloadprocessor-192284771736075720085d364963cb38ffc384b3.tar.gz
processor-192284771736075720085d364963cb38ffc384b3.zip
generate UUIDs if API IDs aren't validrelease/2.20.0
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 710815d..d6fc8cb 100644
--- a/package.json
+++ b/package.json
@@ -7,6 +7,7 @@
"amqplib": "^0.5.1",
"mysql2": "^1.4.2",
"sequelize": "^4.10.2",
+ "uuid": "^3.1.0",
"winston": "^2.3.1",
"winston-loggly-bulk": "^2.0.1"
},