Deprecate NMA node prior to deletion

This commit is contained in:
Dave Conway-Jones 2018-06-02 13:41:22 +01:00
parent 997458c78e
commit a21e952d93
No known key found for this signature in database
GPG Key ID: 9E7F9C73F5168CD4
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,8 @@
node-red-node-nma
=================
## DO NOT USE - as NMA have ceased to operate.
A <a href="http://nodered.org" target="_new">Node-RED</a> node to send alerts via <a href="http://www.notifymyandroid.com/" target="_new">Notify-My-Android</a>.
Install

View File

@ -1,6 +1,6 @@
{
"name" : "node-red-node-nma",
"version" : "0.0.8",
"version" : "0.0.9",
"description" : "A Node-RED node to send alerts via Notify-My-Android",
"dependencies" : {
"nma" : "0.2.2"
@ -10,7 +10,7 @@
"url":"https://github.com/node-red/node-red-nodes/tree/master/social/nma"
},
"license": "Apache-2.0",
"keywords": [ "node-red", "nma", "notify my android" ],
"keywords": [ "nma", "notify my android" ],
"node-red" : {
"nodes" : {
"nma": "57-nma.js"