Ensure stomp retconnect retry default

to close #478
This commit is contained in:
Dave Conway-Jones
2018-08-15 22:17:32 +01:00
parent d1eaec49c8
commit 85ddffb98f
2 changed files with 4 additions and 4 deletions

View File

@@ -1,9 +1,9 @@
{
"name" : "node-red-node-stomp",
"version" : "0.0.10",
"version" : "0.0.11",
"description" : "A Node-RED node to publish and subscribe to/from a Stomp server",
"dependencies" : {
"stomp-client" : "0.8.*"
"stomp-client" : "^0.9.0"
},
"repository" : {
"type":"git",