Rename node-red wrapper to node-red-pi

This commit is contained in:
Nick O'Leary 2015-02-26 13:41:01 +00:00
parent 061c44f958
commit e97d5c7354
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
},
"bin" : {
"node-red": "./red.js",
"node-red-pi": "bin/node-red"
"node-red-pi": "bin/node-red-pi"
},
"contributors": [
{"name": "Nick O'Leary"},