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

Update Hapi version #7

Closed
wants to merge 2 commits into from
Closed

Conversation

mattboutet
Copy link

Resolve an unmet peer dependency in the boilerplate API

@coveralls
Copy link

coveralls commented Dec 1, 2016

Coverage Status

Coverage remained the same at 100.0% when pulling da4f0d1 on mattboutet:hapi-upgrade into a8e468b on devinivy:master.

@@ -28,12 +28,12 @@
},
"homepage": "https://github.com/devinivy/labbable#readme",
"peerDependencies": {
"hapi": ">=10 <16"
"hapi": ">=10 <=16"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mattboutet should be <17. This would fail on v16.0.1.

@coveralls
Copy link

coveralls commented Dec 1, 2016

Coverage Status

Coverage remained the same at 100.0% when pulling 0c54ff8 on mattboutet:hapi-upgrade into a8e468b on devinivy:master.

@@ -28,12 +28,12 @@
},
"homepage": "https://github.com/devinivy/labbable#readme",
"peerDependencies": {
"hapi": ">=10 <16"
"hapi": ">=10 <=17"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh no!!! lol. It should just be <17 rather than <=17.

@devinivy devinivy self-assigned this Dec 7, 2016
@devinivy devinivy closed this Dec 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants