mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Update pusher dependencies & code (#974)
* update pusher dependencies & code * Update package.json * update pusher icon * Reverting some package.json changes * add contributors * Add padding to icon * resize icon * Updated available clusters * update broken link to cluster option * Update clusters for out node
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user