Skip to content

Commit 54e37ed

Browse files
committed
Studios: Proper syntax for package.json, turn off welcome tour
1 parent 120af29 commit 54e37ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

studios-template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
},
99
"dependencies": {
1010
"axios": "^1.9.0",
11-
"node-red-seqera": "@seqera/node-red-seqera"
11+
"@seqera/node-red-seqera": "^0.1.0"
1212
}
1313
}

studios-template/settings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ module.exports = {
381381
/** To disable the 'Welcome to Node-RED' tour that is displayed the first
382382
* time you access the editor for each release of Node-RED, set this to false
383383
*/
384-
//tours: false,
384+
tours: false,
385385

386386
palette: {
387387
/** The following property can be used to order the categories in the editor

0 commit comments

Comments
 (0)