Add contributor to smooth node

This commit is contained in:
Dave Conway-Jones
2019-09-19 09:41:42 +01:00
parent 5b975d912b
commit 171f78ca5b

View File

@@ -1,6 +1,6 @@
{ {
"name" : "node-red-node-smooth", "name" : "node-red-node-smooth",
"version" : "0.1.1", "version" : "0.1.2",
"description" : "A Node-RED node that provides several simple smoothing algorithms for incoming data values.", "description" : "A Node-RED node that provides several simple smoothing algorithms for incoming data values.",
"dependencies" : { "dependencies" : {
}, },
@@ -19,5 +19,6 @@
"name": "Dave Conway-Jones", "name": "Dave Conway-Jones",
"email": "ceejay@vnet.ibm.com", "email": "ceejay@vnet.ibm.com",
"url": "http://nodered.org" "url": "http://nodered.org"
} },
"contributors" : [ "@clickworkorange" ]
} }