Skip to content

Commit be5cc49

Browse files
committed
feat(hapi): switched the peer dependency to the scoped version
BREAKING CHANGE: the hapi peer dependency has been switched to the modern, scoped version. switch your dependency from `hapi` to `@hapi/hapi`
1 parent 122ed77 commit be5cc49

File tree

4 files changed

+341
-483
lines changed

4 files changed

+341
-483
lines changed

example/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import Glue from 'glue';
1+
import Glue from '@hapi/glue';
22
import manifest from './manifest';
33

44
export default Glue.compose(manifest, {relativeTo: __dirname})

0 commit comments

Comments
 (0)