From d1a7653b76eb1e5e959820cc7ee61587b7613554 Mon Sep 17 00:00:00 2001 From: Matt Travi Date: Mon, 26 Aug 2019 11:45:48 -0500 Subject: [PATCH] fix(dependencies): re-added the optional html-router dependency and updated to the one that is compatible with the scoped version of hapi --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 3280a51d..0acedd77 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,9 @@ "react-router": "^3.0.5", "redial": "^0.5.0" }, - "optionalDependencies": {}, + "optionalDependencies": { + "@travi/hapi-html-request-router": "^3.0.0" + }, "publishConfig": { "access": "public" },