Fix Dweetio npm package

This commit is contained in:
Dave C-J
2014-09-18 17:40:48 +01:00
parent 670ef479d6
commit 62db238294
2 changed files with 11 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{
"name" : "node-red-node-dweetio",
"version" : "0.0.1",
"version" : "0.0.5",
"description" : "A Node-RED node to send and receive simple dweets",
"dependencies" : {
"node-dweetio" : "0.0.11"
@@ -13,7 +13,7 @@
"keywords": [ "node-red", "dweetio" ],
"node-red" : {
"nodes" : {
"dweetio": "35-dweetio.js"
"dweetio": "55-dweetio.js"
}
},
"author": {