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
First of all, thanks for this super nifty extension.
I noticed it wasn't working well for scoped packages: @orgname/packagename https://www.npmjs.com/package/@babel/core https://www.npmjs.com/package/@webcomponents/template
So I forked it and tweaked getPackageName() to handle this case. If you'd like me to submit a PR, I'd be happy to. micahjon@eb4066b
getPackageName()
The text was updated successfully, but these errors were encountered:
Hey @pranksinatra thanks for submitting this really appreciate it! 😄 It looks awesome! Feel free to open a PR when you're ready. Looking forward!
Sorry, something went wrong.
Sweet, just submitted PR #6
Successfully merging a pull request may close this issue.
First of all, thanks for this super nifty extension.
I noticed it wasn't working well for scoped packages: @orgname/packagename
https://www.npmjs.com/package/@babel/core
https://www.npmjs.com/package/@webcomponents/template
So I forked it and tweaked
getPackageName()
to handle this case. If you'd like me to submit a PR, I'd be happy to. micahjon@eb4066bThe text was updated successfully, but these errors were encountered: