Updated to use sqlite3 instead of sqlite in api

This commit is contained in:
2017-07-29 13:21:25 +02:00
parent a436f79770
commit fbf49e4cd9
5 changed files with 28 additions and 38 deletions

View File

@@ -8,13 +8,13 @@
"body-parser": "~1.0.1",
"cross-env": "^3.1.3",
"express": "~4.0.0",
"mongoose": "~3.6.13",
"mongoose": "^3.6.13",
"moviedb": "^0.2.7",
"node-cache": "^4.1.1",
"nodemailer": "^4.0.1",
"python-shell": "^0.4.0",
"request": "^2.81.0",
"request-promise": "^4.2",
"sqlite": "^2.5.0"
"sqlite3": "^2.5.0"
}
}