Update stomp docs, fix json parse over-optimism.

This commit is contained in:
dceejay
2015-04-17 09:29:58 +01:00
parent 88ae31a6b8
commit 31318b03d7
4 changed files with 31 additions and 5 deletions

View File

@@ -1,9 +1,9 @@
{
"name" : "node-red-node-stomp",
"version" : "0.0.2",
"version" : "0.0.3",
"description" : "A Node-RED node to publish and subscribe to/from a Stomp server",
"dependencies" : {
"stomp-client" : "0.5.0"
"stomp-client" : "0.6.2"
},
"repository" : {
"type":"git",