Merge pull request #109 from KevinMidboe/package/upgrade

Changed moviedb node package to my own fork (km-tmdb) with updated to…
This commit is contained in:
2018-10-26 01:01:43 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@
"express": "~4.16.0",
"jsonwebtoken": "^8.0.1",
"mongoose": "~5.0.11",
"moviedb": "^0.2.10",
"km-moviedb": "^0.2.12",
"node-cache": "^4.1.1",
"python-shell": "^0.5.0",
"request": "^2.85.0",

View File

@@ -1,4 +1,4 @@
const moviedb = require('moviedb');
const moviedb = require('km-moviedb');
const convertTmdbToSeasoned = require('src/tmdb/convertTmdbToSeasoned');
const TMDB_METHODS = {