Release 0.1.4

This commit is contained in:
Dan Zajdband
2014-05-09 09:40:17 -03:00
parent 74ed07535e
commit 3dc83ff62c
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
0.1.3 / 2014-05-09
==================
* Updated superagent. Now compatible with browserify.
0.1.3 / 2014-04-27 0.1.3 / 2014-04-27
================== ==================

View File

@@ -1,7 +1,7 @@
{ {
"name" : "moviedb" "name" : "moviedb"
, "description" : "Library for interacting with themoviedb.com API" , "description" : "Library for interacting with themoviedb.com API"
, "version" : "0.1.3" , "version" : "0.1.4"
, "keywords" : ["themoviedb","api"] , "keywords" : ["themoviedb","api"]
, "directories" : { "lib" : "./lib" } , "directories" : { "lib" : "./lib" }
, "main" : "index.js" , "main" : "index.js"