- Added browser version (moviedb.js and moviedb.min.js)

- Request token now returns an error instead of throwing.
This commit is contained in:
Dan Zajdband
2015-03-07 12:14:30 -03:00
parent b5ef11ed61
commit b9ce9fba94
5 changed files with 1495 additions and 23 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "moviedb",
"description": "Library for interacting with themoviedb.com API",
"version": "0.1.9",
"version": "0.2.0",
"keywords": [
"themoviedb",
"api"
@@ -12,9 +12,6 @@
"main": "index.js",
"author": "Dan Zajdband <dan.zajdband@gmail.com>",
"dependencies": {
"superagent": "0.20.0"
},
"devDependencies": {
"mocha": "1.0.x"
"superagent": "0.21.0"
}
}