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