Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit b6fa8f5

Browse files
committed
fix(@nguniversal/hapi-engine): fix incorrect peer dependency on hapi
Closes #1969 (cherry picked from commit 7b5ed97)
1 parent 621b5b5 commit b6fa8f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/hapi-engine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@angular/common": "NG_VERSION",
1616
"@angular/core": "NG_VERSION",
1717
"@angular/platform-server": "NG_VERSION",
18-
"hapi": "HAPI_VERSION"
18+
"@hapi/hapi": "HAPI_VERSION"
1919
},
2020
"dependencies": {
2121
"@nguniversal/common": "0.0.0-PLACEHOLDER",

0 commit comments

Comments
 (0)