From cbaecd402afcaade837d2ce51ff0df01a3defb2c Mon Sep 17 00:00:00 2001 From: Dave C-J Date: Fri, 4 Jul 2014 16:11:34 +0100 Subject: [PATCH] correct Blinkstick package.json --- hardware/{Pi => LEDborg}/78-ledborg.html | 0 hardware/{Pi => LEDborg}/78-ledborg.js | 0 hardware/{Pi => PiFace}/37-rpi-piface.html | 0 hardware/{Pi => PiFace}/37-rpi-piface.js | 0 hardware/{Pi => Pibrella}/38-rpi-pibrella.html | 0 hardware/{Pi => Pibrella}/38-rpi-pibrella.js | 0 hardware/blinkstick/package.json | 4 ++-- 7 files changed, 2 insertions(+), 2 deletions(-) rename hardware/{Pi => LEDborg}/78-ledborg.html (100%) rename hardware/{Pi => LEDborg}/78-ledborg.js (100%) rename hardware/{Pi => PiFace}/37-rpi-piface.html (100%) rename hardware/{Pi => PiFace}/37-rpi-piface.js (100%) rename hardware/{Pi => Pibrella}/38-rpi-pibrella.html (100%) rename hardware/{Pi => Pibrella}/38-rpi-pibrella.js (100%) diff --git a/hardware/Pi/78-ledborg.html b/hardware/LEDborg/78-ledborg.html similarity index 100% rename from hardware/Pi/78-ledborg.html rename to hardware/LEDborg/78-ledborg.html diff --git a/hardware/Pi/78-ledborg.js b/hardware/LEDborg/78-ledborg.js similarity index 100% rename from hardware/Pi/78-ledborg.js rename to hardware/LEDborg/78-ledborg.js diff --git a/hardware/Pi/37-rpi-piface.html b/hardware/PiFace/37-rpi-piface.html similarity index 100% rename from hardware/Pi/37-rpi-piface.html rename to hardware/PiFace/37-rpi-piface.html diff --git a/hardware/Pi/37-rpi-piface.js b/hardware/PiFace/37-rpi-piface.js similarity index 100% rename from hardware/Pi/37-rpi-piface.js rename to hardware/PiFace/37-rpi-piface.js diff --git a/hardware/Pi/38-rpi-pibrella.html b/hardware/Pibrella/38-rpi-pibrella.html similarity index 100% rename from hardware/Pi/38-rpi-pibrella.html rename to hardware/Pibrella/38-rpi-pibrella.html diff --git a/hardware/Pi/38-rpi-pibrella.js b/hardware/Pibrella/38-rpi-pibrella.js similarity index 100% rename from hardware/Pi/38-rpi-pibrella.js rename to hardware/Pibrella/38-rpi-pibrella.js diff --git a/hardware/blinkstick/package.json b/hardware/blinkstick/package.json index d17111d7..dd957728 100644 --- a/hardware/blinkstick/package.json +++ b/hardware/blinkstick/package.json @@ -1,6 +1,6 @@ { "name" : "node-red-node-blinkstick", - "version" : "0.0.2", + "version" : "0.0.3", "description" : "A Node-RED node to control a Blinkstick", "dependencies" : { "blinkstick" : "0.1.*" @@ -13,7 +13,7 @@ "keywords": [ "node-red", "blinkstick" ], "node-red" : { "nodes" : { - "blinkstick": "blinkstick.js" + "blinkstick": "76-blinkstick.js" } }, "author": {