Skip to content

Commit 2be1c23

Browse files
committed
Default admin init to enable functionExternalModules
1 parent 7bc6994 commit 2be1c23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/commands/init/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ async function promptNodeSettings() {
242242
type: 'select',
243243
name: 'functionExternalModules',
244244
message: 'Allow Function nodes to load external modules? (functionExternalModules)',
245-
initial: 'No',
245+
initial: 'Yes',
246246
choices: ['Yes', 'No'],
247247
result(value) {
248248
return value === "Yes"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-red-admin",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "The Node-RED admin command line interface",
55
"homepage": "http://nodered.org",
66
"bugs": {

0 commit comments

Comments
 (0)