1
0
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:
Nick O'Leary 2015-02-23 22:17:51 +00:00
parent 9f012c261a
commit 63191bc641

View File

@ -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"}