Skip to content

Commit

Permalink
version 0.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Zajdband committed Sep 3, 2013
1 parent 836484e commit 51d2818
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 20 deletions.
6 changes: 6 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
==================
0.2.11 / 2013-09-03

* Updated superagent dependency


==================
0.2.10 / 2013-07-04

Expand Down
2 changes: 1 addition & 1 deletion lib/tuiter.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function Tuiter(oauth_params){
* Version
*/

Tuiter.version = '0.2.10';
Tuiter.version = '0.2.11';

/*
* OAuth
Expand Down
44 changes: 25 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,26 @@
{
"name" : "tuiter"
, "description" : "Library for interacting with Twitter API"
, "version" : "0.2.10"
, "directories" : { "lib" : "./lib" }
, "keywords" : ["twitter","api","streaming api"]
, "main" : "index.js"
, "author" : "Dan Zajdband <dan.zajdband@gmail.com>"
, "dependencies" : {
"superagent": "0.14.x"
, "superagent-oauth": "0.2.x"
, "oauth": "0.9.8"
, "njstream": "0.0.5"
, "debug": "*"
}
, "devDependencies" : {
"mocha" : "1.6.x"
, "should" : "1.2.x"
}
{
"name": "tuiter",
"description": "Library for interacting with Twitter API",
"version": "0.2.11",
"directories": {
"lib": "./lib"
},
"keywords": [
"twitter",
"api",
"streaming api"
],
"main": "index.js",
"author": "Dan Zajdband <dan.zajdband@gmail.com>",
"dependencies": {
"superagent-oauth": "0.2.x",
"oauth": "0.9.8",
"njstream": "0.0.5",
"debug": "*",
"superagent": "~0.15.4"
},
"devDependencies": {
"mocha": "1.6.x",
"should": "1.2.x"
}
}

0 comments on commit 51d2818

Please sign in to comment.