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": {