Fixed issue with unique id crashing server

This commit is contained in:
Kasper Rynning-Tønnesen
2017-09-18 13:27:12 +02:00
parent 130538f462
commit 52c7552b67
6 changed files with 18 additions and 79 deletions

View File

@@ -20,6 +20,7 @@
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-uglifyjs": "^0.6.2",
"gulp-util": "^3.0.8"
"gulp-util": "^3.0.8",
"uniqid": "^4.1.1"
}
}