updated mongodb npm module version

This commit is contained in:
Sameer Naik
2017-01-13 10:51:17 +05:30
parent f25e6bc2a1
commit 1c82a31c23

View File

@@ -54,7 +54,7 @@ wait_for_db() {
setup_db() {
if getent hosts mongodb >/dev/null; then
npm install --save mongodb@2.1.18
npm install --save mongodb@2.2.19
fi
if getent hosts mariadb >/dev/null; then