Fix package.json
This commit is contained in:
@@ -4,8 +4,6 @@
|
|||||||
color: "#e4a363",
|
color: "#e4a363",
|
||||||
defaults: {
|
defaults: {
|
||||||
name: { value: "" },
|
name: { value: "" },
|
||||||
F2: { value: 0, required: true },
|
|
||||||
inlet: { value: 1, required: true }
|
|
||||||
},
|
},
|
||||||
inputs: 1,
|
inputs: 1,
|
||||||
outputs: 3,
|
outputs: 3,
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "liquidFlowHandler",
|
"name": "liquidflowhandler",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"description": "Handler for multi-component flows",
|
"description": "Handler for multi-component flows",
|
||||||
"repository": {
|
"repository": {
|
||||||
@@ -18,11 +18,10 @@
|
|||||||
},
|
},
|
||||||
"node-red": {
|
"node-red": {
|
||||||
"nodes": {
|
"nodes": {
|
||||||
"liquidFlowHandler": "liquidFlowHandler.js",
|
"liquidFlowHandler": "liquidFlowHandler.js"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"generalFunctions": "git+https://gitea.centraal.wbd-rd.nl/p.vanderwilt/generalFunctions.git",
|
"generalFunctions": "git+https://gitea.centraal.wbd-rd.nl/p.vanderwilt/generalFunctions.git"
|
||||||
"mathjs": "^14.5.2"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user