mirror of
https://github.com/KevinMidboe/moviedb.git
synced 2025-10-29 01:30:26 +00:00
Version 0.1.9
This commit is contained in:
@@ -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
|
||||
==================
|
||||
|
||||
|
||||
31
package.json
31
package.json
@@ -1,15 +1,20 @@
|
||||
{
|
||||
"name" : "moviedb"
|
||||
, "description" : "Library for interacting with themoviedb.com API"
|
||||
, "version" : "0.1.8"
|
||||
, "keywords" : ["themoviedb","api"]
|
||||
, "directories" : { "lib" : "./lib" }
|
||||
, "main" : "index.js"
|
||||
, "author" : "Dan Zajdband <dan.zajdband@gmail.com>"
|
||||
, "dependencies" : {
|
||||
"superagent": "^0.18.0"
|
||||
}
|
||||
, "devDependencies" : {
|
||||
"mocha" : "1.0.x"
|
||||
}
|
||||
"name": "moviedb",
|
||||
"description": "Library for interacting with themoviedb.com API",
|
||||
"version": "0.1.9",
|
||||
"keywords": [
|
||||
"themoviedb",
|
||||
"api"
|
||||
],
|
||||
"directories": {
|
||||
"lib": "./lib"
|
||||
},
|
||||
"main": "index.js",
|
||||
"author": "Dan Zajdband <dan.zajdband@gmail.com>",
|
||||
"dependencies": {
|
||||
"superagent": "0.20.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"mocha": "1.0.x"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user