Skip to content

Commit

Permalink
Use tweetdig-ntwitter
Browse files Browse the repository at this point in the history
  • Loading branch information
mheap committed Feb 21, 2012
1 parent d217838 commit ab385b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ THE SOFTWARE.

var sys = require('sys');
var events = require('events');
var ntwitter = require('ntwitter');
var ntwitter = require('tweetdig-ntwitter');

function TDTwitterStream(options) {
if (!(this instanceof TDTwitterStream)) { return new TDTwitterStream(options); }
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "TDTwitterStream",
"version": "0.1.5",
"version": "0.1.6",
"description": "Asynchronous Twitter Streaming client API for node.js.",
"keywords": ["twitter","streaming","oauth","sitestreams"],
"homepage": "https://github.com/maxsoftware/TDTwitterStream",
Expand Down

0 comments on commit ab385b7

Please sign in to comment.