test written
This commit is contained in:
10
package.json
10
package.json
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "flixinfo",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"description": "Get movie detail with netflix id",
|
||||
"main": "index.js",
|
||||
"directories": {
|
||||
@@ -8,7 +8,7 @@
|
||||
"lib": "lib"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "test"
|
||||
"test": "mocha --exit --timeout 0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -28,6 +28,12 @@
|
||||
"homepage": "https://github.com/sbilketay/flixinfo#readme",
|
||||
"dependencies": {
|
||||
"cheerio": "^1.0.0-rc.2",
|
||||
"nodemon": "^1.18.9",
|
||||
"request": "^2.88.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"chai": "^4.2.0",
|
||||
"mocha": "^5.2.0",
|
||||
"nock": "^10.0.5"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user