mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Pushover image attachment feature (#509)
* Bugfix: node defaults not applying to messages * Implemented pushover attachment feature
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"name" : "node-red-node-pushover",
|
||||
"version" : "0.0.13",
|
||||
"version" : "0.0.14",
|
||||
"description" : "A Node-RED node to send alerts via Pushover",
|
||||
"dependencies" : {
|
||||
"pushover-notifications" : "~0.2.4"
|
||||
"pushover-notifications" : "^1.2.0"
|
||||
},
|
||||
"repository" : {
|
||||
"type":"git",
|
||||
@@ -20,5 +20,12 @@
|
||||
"name": "Dave Conway-Jones",
|
||||
"email": "ceejay@vnet.ibm.com",
|
||||
"url": "http://nodered.org"
|
||||
}
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Damien Clark",
|
||||
"email": "damo.clarky@gmail.com",
|
||||
"url": "https://damos.world"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user