-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v1.0.3: added node and node-red version requirement
- Loading branch information
vrilcode
committed
Oct 18, 2023
1 parent
5ff5173
commit ef8d6ca
Showing
1 changed file
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
@@ -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" | ||
|