outmoded / tv

Interactive debug console
Other
186 stars 41 forks source link

Check for Inert and Vision as dependencies #117

Closed osukaa closed 8 years ago

osukaa commented 9 years ago

I'm still debating about how to handle hapi < 9

devinivy commented 9 years ago

Could hapi < 9 users just use the old version of tv? Maybe for the time being 4.x and (presumed to-be) 5.x series of tv could both be maintained with the same patch fixes, until hapi 8 is no longer supported by the hapi team.

osukaa commented 9 years ago

I think that would be an appropriate solution!

osukaa commented 9 years ago

In v8 they're registered in the core and beginning v9 it would ask the user to add them since it's in the server.dependency

arb commented 9 years ago

Might be worth taking a pass through "package.json" and making sure the dependency versions are cleaned up. I believe the standard is #.x.x for hapijs packages and #.#.x for non-hapijs package.

osukaa commented 9 years ago

@arb I cleaned the package.json

arb commented 9 years ago

Looks good. You should probably have one more person check it thought just to be safe.

osukaa commented 9 years ago

Maybe @geek can help us out. :) 

— Sent from Mailbox

On Wed, Aug 19, 2015 at 4:07 PM, Adam Bretz notifications@github.com wrote:

Looks good. You should probably have one more person check it thought just to be safe.

Reply to this email directly or view it on GitHub: https://github.com/hapijs/tv/pull/117#issuecomment-132802392

Marsup commented 9 years ago

Hello, just curious, why did you set the minor versions on most of your dependencies ?

osukaa commented 9 years ago

@Marsup I thought about the standard that @arb mentioned up there.

Marsup commented 9 years ago

Oh thanks, I didn't see it. @arb where's that mentioned ?

arb commented 9 years ago

Do conversations with Eran count :-) You're right though, I don't THINK that it's documented anywhere. I think the rules are:

At least that's what I've been going with.

lloydbenson commented 9 years ago

Maybe a good opportunity to add it in the contrib repo?