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

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

View File

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