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

@@ -7,8 +7,7 @@ simple timeswitch node to schedule daily on/off events.
Install
-------
Run the following command in the root directory of your Node-RED install.
Usually this is `~/.node-red`
Run the following command in your Node-RED user directory - typically `~/.node-red`
npm install node-red-node-timeswitch

View File

@@ -1,6 +1,6 @@
{
"name" : "node-red-node-timeswitch",
"version" : "0.0.3",
"version" : "0.0.4",
"description" : "A Node-RED node to provide a simple timeswitch to schedule daily on/off events.",
"dependencies" : {
"suncalc": "1.6.0"