You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This block is causing the repository value to be overwritten when it's already a string, which becomes an issue when the project name is scoped for use in npm.
Locally, I added a check to see if val is a string like the other if blocks and it seems to work. I'll submit a PR with tests when I have a chance but wanted to open this issue as a reminder.
The text was updated successfully, but these errors were encountered:
This block is causing the
repository
value to be overwritten when it's already a string, which becomes an issue when the project name is scoped for use in npm.Locally, I added a check to see if
val
is astring
like the otherif
blocks and it seems to work. I'll submit a PR with tests when I have a chance but wanted to open this issue as a reminder.The text was updated successfully, but these errors were encountered: