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
1 changed files with 2 additions and 2 deletions

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" : {