@form8ion/javascript 13.0.0-alpha.4 → 13.0.0-alpha.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/index.js CHANGED
@@ -1408,7 +1408,7 @@ async function prompt(
1408
1408
  email: npmConf.get('init.author.email'),
1409
1409
  url: npmConf.get('init.author.url')
1410
1410
  }),
1411
- ...languageScaffolderPrompts.questions(({vcs, ciServices, visibility, pathWithinParent})),
1411
+ ...languageScaffolderPrompts.questions(({vcs, ciServices, pathWithinParent})),
1412
1412
  {
1413
1413
  name: questionNames$1.CONFIGURE_LINTING,
1414
1414
  message: 'Will there be source code that should be linted?',