Fix package.json
This commit is contained in:
@@ -4,8 +4,6 @@
|
||||
color: "#e4a363",
|
||||
defaults: {
|
||||
name: { value: "" },
|
||||
F2: { value: 0, required: true },
|
||||
inlet: { value: 1, required: true }
|
||||
},
|
||||
inputs: 1,
|
||||
outputs: 3,
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user