mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Add node-red-pi command
This commit is contained in:
parent
f78a71e8ed
commit
f5d8433341
@ -14,7 +14,8 @@
|
|||||||
"test": "./node_modules/.bin/grunt"
|
"test": "./node_modules/.bin/grunt"
|
||||||
},
|
},
|
||||||
"bin" : {
|
"bin" : {
|
||||||
"node-red": "bin/node-red"
|
"node-red": "./red.js",
|
||||||
|
"node-red-pi": "bin/node-red"
|
||||||
},
|
},
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{"name": "Nick O'Leary"},
|
{"name": "Nick O'Leary"},
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#!/usr/bin/env node
|
||||||
/**
|
/**
|
||||||
* Copyright 2013, 2015 IBM Corp.
|
* Copyright 2013, 2015 IBM Corp.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user