Merge pull request 'Merge fixes for faulty references in package.json and update submodule' (#1) from dev_pieter into main

Reviewed-on: RnD/EVOLV#1
This commit is contained in:
2025-07-02 15:07:44 +00:00
3 changed files with 4 additions and 4 deletions

View File

@@ -13,9 +13,9 @@
"nodes": { "nodes": {
"asm1": "nodes/asm1/asm1.js", "asm1": "nodes/asm1/asm1.js",
"convert": "nodes/convert/convert.js", "convert": "nodes/convert/convert.js",
"dashboardapi": "nodes/dashboardapi/dashboardapi.js", "dashboardapi": "nodes/dashboardAPI/dashboardapi.js",
"gateGroupControl": "nodes/gateGroupControl/ggc.js", "gateGroupControl": "nodes/gateGroupControl/ggc.js",
"heatexchanger": "nodes/heatexchanger/heatexchanger.js", "heatexchanger": "nodes/heatExchanger/heatExchanger.js",
"linearActuator": "nodes/linearActuator/linearActuator.js", "linearActuator": "nodes/linearActuator/linearActuator.js",
"machineGroupControl": "nodes/machineGroupControl/mgc.js", "machineGroupControl": "nodes/machineGroupControl/mgc.js",
"measurement": "nodes/measurement/measurement.js", "measurement": "nodes/measurement/measurement.js",