Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

specify hoek minor version #1357

Merged
merged 1 commit into from
Jan 31, 2014
Merged

specify hoek minor version #1357

merged 1 commit into from
Jan 31, 2014

Conversation

iamdoron
Copy link
Contributor

for instance, hoek.once is not available for 1.3.0.

the problem is when you already have hoek version 1.3.0 in your node_modules, and then you install hapi. Because hapi depends on hoek@1.x.x, npm won't install latest hoek in hapi's node_modules (and we don't want to use latest because in the future this hapi version might not work with the latest hoek).
what do you think?

maybe we should do it for other packages?

@hueniverse
Copy link
Contributor

We should but change it to > the required version.

@iamdoron
Copy link
Contributor Author

But how do you know it would work with hoek ~3 ?

What do you think about an upper bound- 2.0.0?

@hueniverse
Copy link
Contributor

sure. not too worried about it.

@hueniverse
Copy link
Contributor

@iamdoron
Copy link
Contributor Author

cool 👍
changed it.

hueniverse pushed a commit that referenced this pull request Jan 31, 2014
specify hoek minor version
@hueniverse hueniverse merged commit e3c2e46 into hapijs:master Jan 31, 2014
jmonster pushed a commit to jmonster/hapi that referenced this pull request Feb 10, 2014
@lock lock bot locked as resolved and limited conversation to collaborators Jan 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Bug or defect
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants