Skip to content

Commit

Permalink
Fix some bugs for node-red nodes catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
moellenbeck committed Apr 26, 2024
1 parent 8b565d0 commit 04a8329
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@5minds/node-red-contrib-processcube",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",
"description": "Node-RED nodes for ProcessCube",
"keywords": [
Expand All @@ -14,7 +14,14 @@
"name": "5Minds IT-Solutions GmbH & Co. KG",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/5minds/processcube_nodered/issues"
},
"engines": {
"node": ">=20.0.0"
},
"node-red": {
"version": ">=3.0.0",
"nodes": {
"externaltaskInput": "externaltask-input.js",
"externaltaskOutput": "externaltask-output.js",
Expand Down

0 comments on commit 04a8329

Please sign in to comment.