Version 0.1.9

This commit is contained in:
Dan Zajdband
2014-10-15 20:18:53 -03:00
parent 2e093aa080
commit b5ef11ed61
2 changed files with 24 additions and 13 deletions

View File

@@ -1,3 +1,9 @@
0.1.9 / 2014-10-15
==================
* Error handling for bad API keys request
* Updated dependency
0.1.7 / 2014-07-27 0.1.7 / 2014-07-27
================== ==================

View File

@@ -1,15 +1,20 @@
{ {
"name" : "moviedb" "name": "moviedb",
, "description" : "Library for interacting with themoviedb.com API" "description": "Library for interacting with themoviedb.com API",
, "version" : "0.1.8" "version": "0.1.9",
, "keywords" : ["themoviedb","api"] "keywords": [
, "directories" : { "lib" : "./lib" } "themoviedb",
, "main" : "index.js" "api"
, "author" : "Dan Zajdband <dan.zajdband@gmail.com>" ],
, "dependencies" : { "directories": {
"superagent": "^0.18.0" "lib": "./lib"
} },
, "devDependencies" : { "main": "index.js",
"mocha" : "1.0.x" "author": "Dan Zajdband <dan.zajdband@gmail.com>",
} "dependencies": {
"superagent": "0.20.0"
},
"devDependencies": {
"mocha": "1.0.x"
}
} }