-
Notifications
You must be signed in to change notification settings - Fork 76
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
More consistent name: babel-plugin-root-import #63
Comments
I developed this plugin a while ago where this kind of standard wasn't that popular. And i've seen that the name is already taken on npm :/ |
@michaelzoidl you can contact @andrelom and resolve this problem together. Actually, I had experience in renaming packages — that's not so hard. You can deprecate old package and leave a message with link to the new one. |
Hi! I am willing to remove/rename (deprecate) my NPM package in favor of the current one. Just send the instructions and I'll do it as soon as possible. Sorry for the inconvenience. |
@andrelom you need to give @michaelzoidl an access to your package. Then just update corresponding P.S: I think it's better to bump major version with renaming a package. |
Major version bumps should be done with breaking functionality. Unsure if this constitutes one but i don't think so. |
@sivael correct! But let's keep in mind that these two plugins may work a little bit different. Make sure, that you don't break anything. Be careful. From my experience, it was better to bump major. |
Oh. Did not connect the two facts. Yes then it has to be done. |
Ok guys, i'm back.. sorry for the 26 days waiting :S @andrelom awesome, if you can remove your package from npm i will move this repo to an organisation, rename it and publish it on your version. I will bump the version to v5, i also add a information part in the repo - and add a note to the old Again, thank you guys for contributing to this |
Hi @michaelzoidl, I added you as a contributor in the package, so you can publish the current package and deprecate the old one. I've tried deleting a package before, and after all, they ask to transfer the ownership to the NPM and depreciate the package. So I believe that is the easiest way to solve this. |
Ok, after a year waiting I did it.. really.. I think i can close this ticket now :) |
Hi! Thanks for awesome plugin!
Babel's docs say about Plugin/Preset Shorthands. Most of plugins works well with that shorthand notation, but babel-root-import do not, because of its name.
Why this plugin wasn't named in common convention? Don't you think it would be better to rename the plugin?
For example, we've got this issue brunch/brunch#1549 in Brunch. Of course, issue will be fixed by our efforts, but wouldn't it be easier for users not to write
babel-root-import
, but justroot-import
, every time they want to use your plugin?The text was updated successfully, but these errors were encountered: