Skip to content

Commit d1a7653

Browse files
committed
fix(dependencies): re-added the optional html-router dependency
and updated to the one that is compatible with the scoped version of hapi
1 parent be5cc49 commit d1a7653

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,9 @@
9090
"react-router": "^3.0.5",
9191
"redial": "^0.5.0"
9292
},
93-
"optionalDependencies": {},
93+
"optionalDependencies": {
94+
"@travi/hapi-html-request-router": "^3.0.0"
95+
},
9496
"publishConfig": {
9597
"access": "public"
9698
},

0 commit comments

Comments
 (0)