correct Blinkstick package.json

This commit is contained in:
Dave C-J 2014-07-04 16:11:34 +01:00
parent 96c3ba0282
commit cbaecd402a
7 changed files with 2 additions and 2 deletions

View File

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