componentjs / spec

Component specs
34 stars 4 forks source link

mismatched tag versions and component.json versions #35

Closed jonathanong closed 10 years ago

jonathanong commented 10 years ago

a lot of people just update package.json versions and don't bother with component.json. how should we handle this? should the registry just fix it for us?

tj commented 10 years ago

the registry would enforce it since you couldn't override existing versions, I don't want it to be mutable at all beyond removal of things you accidentally published (so that gets a little tricky but we'll figure something out), definitely not a spec concern though

jonathanong commented 10 years ago

haha should've named this repo discussions + spec. don't really like discussions being split up among all the different component repos. rather have issues in each repo be actual bugs and stuff.