update parser and time nodes info style

This commit is contained in:
Dave Conway-Jones
2016-03-02 13:27:48 +00:00
parent 86049c20cb
commit 1ee031cad7
16 changed files with 33 additions and 33 deletions

View File

@@ -6,7 +6,7 @@ A <a href="http://nodered.org" target="_new">Node-RED</a> node to provide a sign
Install
-------
Run the following command in the root directory of your Node-RED install
Run the following command in your Node-RED user directory - typically `~/.node-red`
npm install node-red-node-suncalc

View File

@@ -1,6 +1,6 @@
{
"name" : "node-red-node-suncalc",
"version" : "0.0.7",
"version" : "0.0.8",
"description" : "A Node-RED node to provide a signal at sunrise and sunset",
"dependencies" : {
"suncalc" : "1.6.*"