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:
parent
6a9cb79670
commit
aa15e67440
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user