zhouzhuojie / meteor-vue

Vue for Meteor
130 stars 8 forks source link

Move package under vue namespace #5

Closed dandv closed 9 years ago

dandv commented 9 years ago

Hi @zhouzhuojie,

This package is currently called mrt:vue. The problem is that the "mrt" mosty holds old packages that haven't been migrated to the new Meteor package system and namespace.

This package is also a third-party library, @yyx990803's vue.js. We have developed guidelines for wrapping 3rd party packages and automatically publishing updates, using http://autopublish.meteor.com.

But first, can you please move this package under the vue namespace? I've created the vue organization on Atmosphere and added you as a collaborator. You should be able to run:

meteor admin maintainers mrt:vue --add rexzh0u
meteor admin maintainers mrt:vue --remove mrt

Thanks, Dan Atmosphere curator

zhouzhuojie commented 9 years ago

Thanks! I've already changed this repo under vue namespace. Your pull request cannot pass CI so I fix it myself.