Pull in RBE node and push out tail

This commit is contained in:
Dave Conway-Jones
2021-04-19 13:09:13 +01:00
parent c021b4c368
commit 73063df11b
12 changed files with 921 additions and 7 deletions

View File

@@ -40,15 +40,13 @@
"express": "4.17.1",
"fs-extra": "9.1.0",
"node-red-admin": "^0.2.6",
"node-red-node-rbe": "^0.5.0",
"node-red-node-tail": "^0.3.0",
"nopt": "5.0.0",
"semver": "7.3.5"
},
"optionalDependencies": {
"bcrypt": "3.0.6"
"bcrypt": "5.0.1"
},
"engines": {
"node": ">=8"
"node": ">=12"
}
}