Merge pull request #1 from KevinMidboe/package/upgrade

Package/upgrade
This commit is contained in:
2018-10-26 00:40:01 +02:00
committed by GitHub

View File

@@ -1,7 +1,7 @@
{ {
"name": "moviedb", "name": "km-moviedb",
"description": "Library for interacting with themoviedb.com API", "description": "Library for interacting with themoviedb.com API",
"version": "0.2.10", "version": "0.2.12",
"scripts": { "scripts": {
"test": "clear; make test" "test": "clear; make test"
}, },
@@ -25,7 +25,7 @@
"main": "index.js", "main": "index.js",
"author": "Dan Zajdband <dan.zajdband@gmail.com>", "author": "Dan Zajdband <dan.zajdband@gmail.com>",
"dependencies": { "dependencies": {
"superagent": "^2.3.0" "superagent": "3.8.2"
}, },
"devDependencies": { "devDependencies": {
"chai": "^3.5.0", "chai": "^3.5.0",