We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 120af29 commit 54e37edCopy full SHA for 54e37ed
studios-template/package.json
@@ -8,6 +8,6 @@
8
},
9
"dependencies": {
10
"axios": "^1.9.0",
11
- "node-red-seqera": "@seqera/node-red-seqera"
+ "@seqera/node-red-seqera": "^0.1.0"
12
}
13
studios-template/settings.js
@@ -381,7 +381,7 @@ module.exports = {
381
/** To disable the 'Welcome to Node-RED' tour that is displayed the first
382
* time you access the editor for each release of Node-RED, set this to false
383
*/
384
- //tours: false,
+ tours: false,
385
386
palette: {
387
/** The following property can be used to order the categories in the editor
0 commit comments