tweak packages for xmpp and suncalc - updates for npm

This commit is contained in:
Dave C-J 2014-09-17 20:44:20 +01:00
parent 01d1eadf65
commit 6898b34e3b
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"name" : "node-red-node-xmpp",
"version" : "0.0.1",
"version" : "0.0.2",
"description" : "A Node-RED node to talk to an XMPP server",
"dependencies" : {
"simple-xmpp" : "0.1.19"
@ -9,7 +9,7 @@
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/social/xmpp"
},
"license": "Apache",
"license": "Apache-2.0",
"keywords": [ "node-red", "xmpp" ],
"node-red" : {
"nodes" : {

View File

@ -1,6 +1,6 @@
{
"name" : "node-red-node-suncalc",
"version" : "0.0.4",
"version" : "0.0.5",
"description" : "A Node-RED node to provide a signal at sunrise and sunset",
"dependencies" : {
"suncalc" : "1.5.*"
@ -9,7 +9,7 @@
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/time"
},
"license": "Apache",
"license": "Apache-2.0",
"keywords": [ "node-red", "suncalc" ],
"node-red" : {
"nodes" : {