toranb / ember-template-compiler

An npm module for the ember-template-compiler.js file that ships with ember.js
MIT License
30 stars 23 forks source link

Commit/Deploy For Ember Release Team #5

Closed rwjblue closed 10 years ago

rwjblue commented 10 years ago

Would you mind if we updated this repo and the NPM module as part of the Ember release process? We would need commit/push rights to both this repo and to the NPM package for that to be seamless.

If you are OK with this, I am rjackson on GitHub and rwjblue on NPM.

rwjblue commented 10 years ago

@toranb - Thoughts on NPM access? Its totally cool If you'd rather handle this yourself...

toranb commented 10 years ago

@rjackson good question -I've got no problem doing a quick npm publish but if you prefer to "own" this npm module I'm cool with that also :)

Have you ever done a "transfer" with an npm module like this? I think keeping the name is important -let me know if you have any experience doing something like this

rwjblue commented 10 years ago

@toranb - You can add additional maintainers (that have the ability to publish) via the npm owner command. See here for details. This way we have at least two of us that can publish updates...

rwjblue commented 10 years ago

So I guess you would do npm owner add rwjblue ember-template-compiler (I think)...

toranb commented 10 years ago

wow -that worked. give it a test drive w/ the 1.3.0 beta 2 PR and let me know if it works

rwjblue commented 10 years ago

@toranb - Looks like it worked. Package was published (will take a few minutes for the npmjs.org site to get updated).

Thank you! Closing out this issue...