-
Notifications
You must be signed in to change notification settings - Fork 28
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
Support scoped modules. #48
Conversation
+1 on this one |
/me paws @gorillamania |
I switched to using @hemanth fork in my https://github.com/bahmutov/grunt-nice-package for now |
@@ -62,7 +62,8 @@ QUnit.test("Dependencies Ranges", function() { | |||
'tilde-first': '~1.2', | |||
'x-version': '1.2.x', | |||
'tilde-top': '~1', | |||
'caret-top': '^1' | |||
'caret-top': '^1', | |||
"@es-shims/api": "^1.0.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would have been nice to follow the existing style of single quotes here...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"@es-shims/api": "^1.0.0" | |
'@es-shims/api': '^1.0.0' |
ping @gorillamania would really appreciate getting this merged. I'd be happy to step up as a maintainer if you no longer have time to devote to this project :) |
Yes please! Note this has conflicts that prevent it from being merged. What is your npm username?I'll add you as a maintainer |
Glad to hear! I'm linusu on npm :) |
@LinusU I've added you as a collaborator on this repo and on NPM. Really appreciate the help! |
Meow. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀 Looks great! Just the one style point on keeping to the existing '
for the added line.
@hemanth I don't have permissions to push the suggestion (or merge conflict resolutions) to your branch. Would you be up for either doing that yourself or giving me permission to? I know it's been a long time, but I'd love to get this in 😄 |
@JoshuaKGoldberg I guess @bahmutov has a better fix :) |
Sorry, I don't follow - what's the better fix? |
Looks like my fork is deleted, so ^ :| |
Ah, gotcha. For context: I want to accept these changes and give you credit as the author. Do you want to re-fork and send a new PR? If not / you don't have time, no worries, I can always make them myself and list you as a co-author. But I'd feel bad doing that without giving you the opportunity to be the primary author. 🙂 |
@JoshuaKGoldberg That's ok, FOSS FTW! ❤️ |
^