We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
main
Right now, the access option has a hardcoded default of "public":
access
"public"
create-typescript-app/src/base.ts
Line 260 in 20ab241
That should be computed from package.json data on disk.
package.json
Marking as blocked until #1973 -> #1985 is done, to avoid merge conflicts.
🎁
The text was updated successfully, but these errors were encountered:
3592308
🎉 This is included in version v2.7.0 🎉
The release is available on:
Cheers! 📦🚀
Sorry, something went wrong.
JoshuaKGoldberg
Successfully merging a pull request may close this issue.
Feature Request Checklist
main
branch of the repository.Overview
Right now, the
access
option has a hardcoded default of"public"
:create-typescript-app/src/base.ts
Line 260 in 20ab241
That should be computed from
package.json
data on disk.Additional Info
Marking as blocked until #1973 -> #1985 is done, to avoid merge conflicts.
🎁
The text was updated successfully, but these errors were encountered: