diff --git a/package.json b/package.json index 29a7f9c..51af702 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "node-red-contrib-thermostat", + "name": "node-red-contrib-combined-rn-thermostat", "version": "1.0.0", "description": "", "main": "index.js", @@ -8,8 +8,13 @@ }, "repository": { "type": "git", - "url": "https://gitea.vvzvlad.xyz/vvzvlad/node-red-contrib-thermostat" + "url": "https://gitea.vvzvlad.xyz/vvzvlad/node-red-contrib-combined-rn-thermostat" }, - "author": "", + "node-red" : { + "nodes": { + "c-thermostat": "c-thermostat.js" + } +}, + "author": "vvzvlad", "license": "ISC" }