1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00

Bump XMPP node pre-reqs

to close #165
tested locally ok against ejabberd
This commit is contained in:
Dave Conway-Jones 2016-01-29 16:49:00 +00:00
parent 6a9cb79670
commit aa15e67440

View File

@ -1,9 +1,9 @@
{
"name" : "node-red-node-xmpp",
"version" : "0.0.6",
"version" : "0.1.0",
"description" : "A Node-RED node to talk to an XMPP server",
"dependencies" : {
"simple-xmpp" : "0.1.92"
"simple-xmpp" : "1.3.*"
},
"repository" : {
"type":"git",