1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00

Update BBB readme and package version - publish to npm

This commit is contained in:
dceejay 2014-12-29 20:33:24 +00:00
parent 50194c4d07
commit ba7de5a383
2 changed files with 3 additions and 1 deletions

View File

@ -15,6 +15,8 @@ Run the following command in the root directory of your Node-RED install
npm install node-red-node-beaglebone
v0.4 now also supports <a href="http://octalbonejs.com/" target="_new">OctaBoneScript</a> if installed.
Usage
-----

View File

@ -1,6 +1,6 @@
{
"name" : "node-red-node-beaglebone",
"version" : "0.0.3",
"version" : "0.0.4",
"description" : "A set of Node-RED nodes to interface to the GPIO pins of a Beaglebone Black board",
"dependencies" : {
},