Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make package prompts unskippable #76

Merged
merged 3 commits into from
Jun 19, 2020
Merged

Make package prompts unskippable #76

merged 3 commits into from
Jun 19, 2020

Conversation

72636c
Copy link
Member

@72636c 72636c commented Jun 18, 2020

This introduces a noSkip property that templates can provide to suppress the option to defer templating until later. This is important for the package templates because they require a valid moduleName to be substituted into package.json#/name or else npm/yarn will crash and complain about an invalid package name.

Hey look, a half-formed README!
This introduces a `noSkip` property that templates can provide to
suppress the option to defer templating until later. This is important
for the package templates because they require a valid `moduleName` to
be substituted into `package.json#/name` or else npm/yarn will crash and
complain about an invalid package name.
@72636c 72636c requested a review from a team as a code owner June 18, 2020 14:09
@changeset-bot
Copy link

changeset-bot bot commented Jun 18, 2020

🦋 Changeset is good to go

Latest commit: ef5d800

We got this.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Base automatically changed from oss-npm-package to master June 18, 2020 23:28
@72636c 72636c merged commit 1b9b9c4 into master Jun 19, 2020
@72636c 72636c deleted the mandatory-module-name branch June 19, 2020 00:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants