@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.mjs CHANGED
@@ -1372,7 +1372,7 @@ async function prompt(
1372
1372
  email: npmConf$1.get('init.author.email'),
1373
1373
  url: npmConf$1.get('init.author.url')
1374
1374
  }),
1375
- ...questions(({vcs, ciServices, visibility, pathWithinParent})),
1375
+ ...questions(({vcs, ciServices, pathWithinParent})),
1376
1376
  {
1377
1377
  name: questionNames$1.CONFIGURE_LINTING,
1378
1378
  message: 'Will there be source code that should be linted?',