mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Move to twitter-ng module
Fixes #136 This will require an `npm update` to keep things working
This commit is contained in:
parent
cef652eef7
commit
20de0c7c89
@ -15,7 +15,7 @@
|
|||||||
**/
|
**/
|
||||||
|
|
||||||
var RED = require(process.env.NODE_RED_HOME+"/red/red");
|
var RED = require(process.env.NODE_RED_HOME+"/red/red");
|
||||||
var ntwitter = require('ntwitter');
|
var ntwitter = require('twitter-ng');
|
||||||
var OAuth= require('oauth').OAuth;
|
var OAuth= require('oauth').OAuth;
|
||||||
|
|
||||||
function TwitterNode(n) {
|
function TwitterNode(n) {
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
"clone": "~0.1.11",
|
"clone": "~0.1.11",
|
||||||
"mustache": "~0.7.2",
|
"mustache": "~0.7.2",
|
||||||
"cron":"1.x",
|
"cron":"1.x",
|
||||||
"ntwitter":"0.5.0",
|
"twitter-ng":"~0.6.2",
|
||||||
"oauth":"~0.9.10",
|
"oauth":"~0.9.10",
|
||||||
"xml2js":"~0.2.8",
|
"xml2js":"~0.2.8",
|
||||||
"sentiment":"~0.2.1",
|
"sentiment":"~0.2.1",
|
||||||
|
Loading…
Reference in New Issue
Block a user