Fix type in Discovery, add extra fields to IRC.

This commit is contained in:
dceejay
2015-04-09 11:26:07 +01:00
parent 1fda2d56ab
commit 4dc2db2f95
4 changed files with 40 additions and 6 deletions

View File

@@ -18,7 +18,7 @@ Install
Run the following command in the root directory of your Node-RED install
npm install node-red-node-discover
npm install node-red-node-discovery
Usage
-----

View File

@@ -1,6 +1,6 @@
{
"name" : "node-red-node-discovery",
"version" : "0.0.5",
"version" : "0.0.6",
"description" : "A Node-RED node that uses Bonjour / Avahi to discover nearby services.",
"dependencies" : {
"mdns" : "2.2.*"
@@ -13,7 +13,7 @@
"keywords": [ "node-red", "mdns", "avahi", "bonjour" ],
"node-red" : {
"nodes" : {
"discover": "mdns.js"
"discovery": "mdns.js"
}
},
"author": {