Skip to content

Commit ae62735

Browse files
committed
package.json: Update peerDependency to use @hapi/hapi.
1 parent a100728 commit ae62735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"typescript": "^3.7.2"
2424
},
2525
"peerDependencies": {
26-
"hapi": ">= 17",
26+
"@hapi/hapi": ">= 18",
2727
"webpack": ">= 4",
2828
"webpack-dev-middleware": ">= 3",
2929
"webpack-hot-middleware": ">= 2"

0 commit comments

Comments
 (0)