Migrate from node-uuid to uuid

This commit is contained in:
2018-05-13 12:01:36 +07:00
parent 39e102869f
commit 74d2bf49c1
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -35,10 +35,10 @@
"js-data": "^2.9.0",
"lodash": "^4.15.0",
"minimist": "^1.2.0",
"node-uuid": "^1.4.0",
"object-assign": "^4.0.0",
"repeat-string": "^1.5.4",
"semver": "^5.3.0",
"socketcluster": "^12.0.0"
"socketcluster": "^12.0.0",
"uuid": "^3.2.1"
}
}