Skip to content

Commit

Permalink
Default admin init to enable functionExternalModules
Browse files Browse the repository at this point in the history
  • Loading branch information
knolleary committed Jul 20, 2021
1 parent 7bc6994 commit 2be1c23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/commands/init/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ async function promptNodeSettings() {
type: 'select',
name: 'functionExternalModules',
message: 'Allow Function nodes to load external modules? (functionExternalModules)',
initial: 'No',
initial: 'Yes',
choices: ['Yes', 'No'],
result(value) {
return value === "Yes"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-admin",
"version": "2.1.0",
"version": "2.2.0",
"description": "The Node-RED admin command line interface",
"homepage": "http:https://nodered.org",
"bugs": {
Expand Down

0 comments on commit 2be1c23

Please sign in to comment.