Fix twitter auth

This commit is contained in:
Nick O'Leary 2015-07-17 13:52:19 +01:00
parent 5dc0c0e968
commit f1c8cb5e83
2 changed files with 2 additions and 1 deletions

View File

@ -39,6 +39,7 @@
},
exportable: false,
oneditprepare: function() {
var twitterConfigNodeId = this.id;
var clickhere = this._("twitter.label.clickhere");
var twitterID = this._("twitter.label.twitter-id");
function showTwitterAuthStart() {

View File

@ -1,6 +1,6 @@
{
"name" : "node-red-node-twitter",
"version" : "0.1.0",
"version" : "0.1.1",
"description" : "A Node-RED node to talk to Twitter",
"dependencies" : {
"twitter-ng": "0.6.2",