Add node-red-pi command

This commit is contained in:
Nick O'Leary 2015-02-26 11:38:05 +00:00
parent f78a71e8ed
commit f5d8433341
3 changed files with 3 additions and 1 deletions

View File

@ -14,7 +14,8 @@
"test": "./node_modules/.bin/grunt"
},
"bin" : {
"node-red": "bin/node-red"
"node-red": "./red.js",
"node-red-pi": "bin/node-red"
},
"contributors": [
{"name": "Nick O'Leary"},

View File

@ -1,3 +1,4 @@
#!/usr/bin/env node
/**
* Copyright 2013, 2015 IBM Corp.
*