Skip to content

Commit

Permalink
feat(hapi): switched the peer dependency to the scoped version
Browse files Browse the repository at this point in the history
BREAKING CHANGE: the hapi peer dependency has been switched to the modern, scoped version. switch
your dependency from `hapi` to `@hapi/hapi`
  • Loading branch information
travi committed Aug 26, 2019
1 parent 122ed77 commit be5cc49
Show file tree
Hide file tree
Showing 4 changed files with 341 additions and 483 deletions.
2 changes: 1 addition & 1 deletion example/app.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Glue from 'glue';
import Glue from '@hapi/glue';
import manifest from './manifest';

export default Glue.compose(manifest, {relativeTo: __dirname})
Expand Down
Loading

0 comments on commit be5cc49

Please sign in to comment.