mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
correct path of source file
Thanks @Ltrlg
This commit is contained in:
parent
da8dd1dc30
commit
14b1c3b123
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name" : "node-red-node-smooth",
|
"name" : "node-red-node-smooth",
|
||||||
"version" : "0.0.7",
|
"version" : "0.0.8",
|
||||||
"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" : {
|
||||||
},
|
},
|
||||||
"repository" : {
|
"repository" : {
|
||||||
"type":"git",
|
"type":"git",
|
||||||
"url":"https://github.com/node-red/node-red-nodes/tree/master/analysis/smooth"
|
"url":"https://github.com/node-red/node-red-nodes/tree/master/function/smooth"
|
||||||
},
|
},
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"keywords": [ "node-red", "smooth", "average", "standard deviation" ],
|
"keywords": [ "node-red", "smooth", "average", "standard deviation" ],
|
||||||
|
Loading…
Reference in New Issue
Block a user