pin mins pre-req to old working level

new one breaks with a deprecation…
need to look for another library
This commit is contained in:
Dave Conway-Jones 2017-04-12 09:35:26 +01:00
parent a3e69d1a2f
commit 8abfd4841d
No known key found for this signature in database
GPG Key ID: 81B04231572A9A2D
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
{
"name" : "node-red-node-discovery",
"version" : "0.0.15",
"version" : "0.0.16",
"description" : "A Node-RED node that uses Bonjour / Avahi to discover nearby services.",
"dependencies" : {
"mdns" : "^2.3.3"
"mdns" : "2.3.2"
},
"repository" : {
"type":"git",