Skip to content

Commit

Permalink
v1.0.3: added node and node-red version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
vrilcode committed Oct 18, 2023
1 parent 5ff5173 commit ef8d6ca
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vrilcode/node-red-wnsm-b2b",
"description": "Wiener Netze Smart Meter B2B API node for Node-RED",
"version": "1.0.2",
"version": "1.0.3",
"keywords": [
"node-red",
"smart-meter",
Expand All @@ -14,7 +14,11 @@
"type": "git",
"url": "[email protected]:vrilcode/node-red-wnsm-b2b.git"
},
"engines" : {
"node" : ">=16.0.0"
},
"node-red": {
"version": ">=3.0.0",
"nodes": {
"wnsm-b2b-credentials": "wnsm-b2b-credentials.js",
"wnsm-b2b": "wnsm-b2b-node.js"
Expand Down

0 comments on commit ef8d6ca

Please sign in to comment.