Chip Castle
Chip Castle

Reputation: 2192

How can you rename a Meteor package?

I have published a couple of Meteor packages on Atmosphere and have poorly named one of them. I would like to rename a package, but can't figure out how to do it easily.

Upvotes: 3

Views: 339

Answers (1)

dr.dimitru
dr.dimitru

Reputation: 2702

Here is a huge discussion about why not to rename packages, just imagine if someone already has your package in dependencies?

Anyways I see only one way:

  1. Remove all code in old package
  2. Add your new package as a dependency to old one
  3. Imply new package in old

Upvotes: 1

Related Questions