From a21e952d9354cc5777cd6268e0e7c5740629c265 Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Sat, 2 Jun 2018 13:41:22 +0100 Subject: [PATCH] Deprecate NMA node prior to deletion --- social/nma/README.md | 2 ++ social/nma/package.json | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/social/nma/README.md b/social/nma/README.md index 69ee9a3d..0aef1c49 100644 --- a/social/nma/README.md +++ b/social/nma/README.md @@ -1,6 +1,8 @@ node-red-node-nma ================= +## DO NOT USE - as NMA have ceased to operate. + A Node-RED node to send alerts via Notify-My-Android. Install diff --git a/social/nma/package.json b/social/nma/package.json index 45f06dc6..3d8c0837 100644 --- a/social/nma/package.json +++ b/social/nma/package.json @@ -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"