This commit is contained in:
2018-10-26 00:09:33 +02:00
parent c63ca79136
commit e94f5e50dc

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": "^2.8.2"
}, },
"devDependencies": { "devDependencies": {
"chai": "^3.5.0", "chai": "^3.5.0",