correct path of source file

Thanks @Ltrlg
This commit is contained in:
Dave Conway-Jones 2016-05-02 19:21:39 +01:00
parent da8dd1dc30
commit 14b1c3b123
1 changed files with 2 additions and 2 deletions

View File

@ -1,12 +1,12 @@
{
"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.",
"dependencies" : {
},
"repository" : {
"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",
"keywords": [ "node-red", "smooth", "average", "standard deviation" ],