mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Bump 0.10.3
This commit is contained in:
parent
9f012c261a
commit
63191bc641
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name" : "node-red",
|
"name" : "node-red",
|
||||||
"version" : "0.10.2",
|
"version" : "0.10.3",
|
||||||
"description" : "A visual tool for wiring the Internet of Things",
|
"description" : "A visual tool for wiring the Internet of Things",
|
||||||
"homepage" : "http://nodered.org",
|
"homepage" : "http://nodered.org",
|
||||||
"license" : "Apache",
|
"license" : "Apache",
|
||||||
@ -13,6 +13,9 @@
|
|||||||
"start": "node red.js",
|
"start": "node red.js",
|
||||||
"test": "./node_modules/.bin/grunt"
|
"test": "./node_modules/.bin/grunt"
|
||||||
},
|
},
|
||||||
|
"bin" : {
|
||||||
|
"node-red": "./red.js"
|
||||||
|
},
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{"name": "Nick O'Leary"},
|
{"name": "Nick O'Leary"},
|
||||||
{"name": "Dave Conway-Jones"}
|
{"name": "Dave Conway-Jones"}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user