Tweak Pibrella package.json (mis-spelt)

This commit is contained in:
Dave C-J 2014-07-04 17:25:47 +01:00
parent 10f40b0161
commit 43de38453e
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name" : "node-red-node-pibrella",
"version" : "0.0.1",
"version" : "0.0.2",
"description" : "A Node-RED node to read from and write to a Pibrella Raspberry Pi add-on board",
"dependencies" : {
},
@ -12,7 +12,7 @@
"keywords": [ "node-red", "pibrella" ],
"node-red" : {
"nodes" : {
"pibrella": "38-rpi-pirella.js"
"pibrella": "38-rpi-pibrella.js"
}
},
"author": {