mirror of
https://github.com/KevinMidboe/moviedb.git
synced 2025-10-29 09:40:24 +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
|
0.1.7 / 2014-07-27
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
|||||||
31
package.json
31
package.json
@@ -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"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user