1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00

revert snmp version mixup.

Apologies to all !
to close #326
This commit is contained in:
Dave Conway-Jones 2017-06-05 17:15:40 +01:00
parent 6a85e86a09
commit f1fa9524f6
No known key found for this signature in database
GPG Key ID: 81B04231572A9A2D

View File

@ -1,9 +1,9 @@
{
"name" : "node-red-node-snmp",
"version" : "0.0.13",
"version" : "0.0.14",
"description" : "A Node-RED node that looks for SNMP oids.",
"dependencies" : {
"net-snmp" : "^1.1.20"
"net-snmp" : "^1.1.19"
},
"repository" : {
"type":"git",