Update Note(s) in READMEs for all moved out nodes.

redis, mongo, email, feedparse, twitter, irc, arduino, serialport
This commit is contained in:
dceejay
2015-06-16 21:37:22 +01:00
parent b33c6605b1
commit 56bb10642a
16 changed files with 24 additions and 31 deletions

View File

@@ -3,8 +3,8 @@ node-red-node-redis
A <a href="http://nodered.org" target="_new">Node-RED</a> node to save data in a Redis database.
**Note** : This is the same node as is/was in the core of Node-RED. If you already
have it installed you do NOT need this node.
**Note** : This is the same node as was in the core of Node-RED.
As of v0.10.8 you will need to install it from here if still required.
Pre-requisite
-------------

View File

@@ -1,6 +1,6 @@
{
"name" : "node-red-node-redis",
"version" : "0.0.1",
"version" : "0.0.2",
"description" : "A Node-RED node to save data to an Redis database",
"dependencies" : {
"redis" : "0.12.1"