Fix package.json

This commit is contained in:
2025-07-23 14:12:38 +02:00
parent 4362471a73
commit 79e0d0678a
2 changed files with 3 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "liquidFlowHandler",
"name": "liquidflowhandler",
"version": "0.0.1",
"description": "Handler for multi-component flows",
"repository": {
@@ -18,11 +18,10 @@
},
"node-red": {
"nodes": {
"liquidFlowHandler": "liquidFlowHandler.js",
"liquidFlowHandler": "liquidFlowHandler.js"
}
},
"dependencies": {
"generalFunctions": "git+https://gitea.centraal.wbd-rd.nl/p.vanderwilt/generalFunctions.git",
"mathjs": "^14.5.2"
"generalFunctions": "git+https://gitea.centraal.wbd-rd.nl/p.vanderwilt/generalFunctions.git"
}
}