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

bump pusher package to include fixed pusher npm

(had a security hole)
This commit is contained in:
dceejay 2015-05-21 12:36:58 +01:00
parent 64d3b11fd9
commit 17b1a9a785

View File

@ -1,9 +1,9 @@
{
"name" : "node-red-node-pusher",
"version" : "0.0.1",
"version" : "0.0.2",
"description" : "A Node-RED node to send and receive messages using Pusher.com",
"dependencies" : {
"pusher": "1.0.4",
"pusher": "1.0.5",
"pusher-client": "0.2.3"
},
"repository" : {