Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

Breaking: Update hapi to v18 and use @hapi scoped packages #13

Merged
merged 1 commit into from
Jun 11, 2019

Conversation

joonastanner
Copy link
Contributor

@joonastanner joonastanner commented Jun 7, 2019

Update Hapi to v18 - I went through all the breaking changes at hapijs/hapi#3871 and did not spot any potential issues.

npm run test passed successfully on both Node v8 and v10

@@ -3,7 +3,6 @@
const Test = require('tape');
const Steerage = require('../lib');
const Path = require('path');
const Hapi = require('hapi');
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This did not seem to be used anymore since the earlier hapi v16->17 changes.

Copy link
Collaborator

@tlivings tlivings left a comment

Choose a reason for hiding this comment

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

Looks fine to me.

@joonastanner
Copy link
Contributor Author

Looks fine to me.

Thanks @tlivings ! What's the release process here? Do I need to do anything further, or you just need to merge in the PR? Thanks again 👍

@tlivings tlivings merged commit 9cb9393 into ExpediaGroup:master Jun 11, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants