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", "name" : "node-red-node-blinkstick",
"version" : "0.0.2", "version" : "0.0.3",
"description" : "A Node-RED node to control a Blinkstick", "description" : "A Node-RED node to control a Blinkstick",
"dependencies" : { "dependencies" : {
"blinkstick" : "0.1.*" "blinkstick" : "0.1.*"
@ -13,7 +13,7 @@
"keywords": [ "node-red", "blinkstick" ], "keywords": [ "node-red", "blinkstick" ],
"node-red" : { "node-red" : {
"nodes" : { "nodes" : {
"blinkstick": "blinkstick.js" "blinkstick": "76-blinkstick.js"
} }
}, },
"author": { "author": {