diff --git a/package.json b/package.json index 36fea3e..2e212a7 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,17 @@ { "name": "@captica/node-red-systacomfort2", - "version": "1.0.1", + "version": "1.0.2", "description": "Node-RED node to connect and read data from SystaComfort II heating/solar systems", "author": "Marc Böhm (marc.boehm@captica.de)", - "licence": "MIT", + "license": "MIT", "homepage": "http://www.captica.de", "repository": { "type": "git", "url": "bitbucket:captica-dev/de.captica.nodered.node.systacomfort2" }, + "engines": { + "node": ">=14 <=19" + }, "keywords": [ "captica", "systacomfort", @@ -16,14 +19,11 @@ "node-red" ], "node-red": { - "version": ">=2.0.0", + "version": ">=2.2.2", "nodes": { "systacomfort2": "systacomfort2/systacomfort2.js" } - }, - "engines": { - "node": ">=14.0.0" - }, + }, "scripts": { "test": "nyc mocha" },