bug fix and add promise feature

This commit is contained in:
Wise Colt
2020-03-28 02:51:44 +03:00
parent c2b55c6f0b
commit b8a3d6dcbb
4 changed files with 164 additions and 140 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "flixinfo",
"version": "1.0.4",
"version": "1.1.0",
"description": "Get movie detail with netflix id",
"main": "index.js",
"directories": {
@@ -27,8 +27,9 @@
},
"homepage": "https://github.com/sbilketay/flixinfo#readme",
"dependencies": {
"chai-as-promised": "^7.1.1",
"cheerio": "^1.0.0-rc.2",
"nodemon": "^1.18.9",
"nodemon": "^1.19.4",
"request": "^2.88.0"
},
"devDependencies": {