Move to twitter-ng module

Fixes #136

This will require an `npm update` to keep things working
This commit is contained in:
Nick O'Leary 2014-02-05 20:26:56 +00:00
parent cef652eef7
commit 20de0c7c89
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
**/
var RED = require(process.env.NODE_RED_HOME+"/red/red");
var ntwitter = require('ntwitter');
var ntwitter = require('twitter-ng');
var OAuth= require('oauth').OAuth;
function TwitterNode(n) {

View File

@ -29,7 +29,7 @@
"clone": "~0.1.11",
"mustache": "~0.7.2",
"cron":"1.x",
"ntwitter":"0.5.0",
"twitter-ng":"~0.6.2",
"oauth":"~0.9.10",
"xml2js":"~0.2.8",
"sentiment":"~0.2.1",