diff --git a/social/pusher/icons/pusher.png b/social/pusher/icons/pusher.png index 04bc1635..9ec546d6 100644 Binary files a/social/pusher/icons/pusher.png and b/social/pusher/icons/pusher.png differ diff --git a/social/pusher/package.json b/social/pusher/package.json index 44d5d958..941fd729 100644 --- a/social/pusher/package.json +++ b/social/pusher/package.json @@ -1,10 +1,10 @@ { "name": "node-red-node-pusher", - "version": "0.1.0", + "version": "0.1.1", "description": "A Node-RED node to send and receive messages using Pusher.com", "dependencies": { - "pusher": "^1.5.1", - "pusher-client": "^1.1.0" + "pusher": "^5.1.2", + "pusher-js": "^8.0.1" }, "repository": { "type": "git", @@ -25,5 +25,11 @@ "name": "Dave Conway-Jones", "email": "ceejay@vnet.ibm.com", "url": "http://nodered.org" - } + }, + "contributors": [ + { + "name": "Shaqaruden", + "email": "shaqaruden@gmail.com" + } + ] } diff --git a/social/pusher/pusher.html b/social/pusher/pusher.html index c34e41cf..0d1ae7bf 100644 --- a/social/pusher/pusher.html +++ b/social/pusher/pusher.html @@ -2,11 +2,11 @@