From 3b062755926c87548f800a185db8383507aa1461 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Bach?= Date: Thu, 21 Feb 2019 13:30:08 +0000 Subject: [PATCH] Pin to express-handlebars@3.0.0 At least until the following issue gets resolved: https://github.com/ericf/express-handlebars/issues/244 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 642b972..4ac60e0 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@financial-times/n-topic-card": "^2.0.0", "dateformat": "^1.0.11", "denodeify": "^1.2.1", - "express-handlebars": "^3.0.0", + "express-handlebars": "3.0.0", "handlebars": "^4.0.0" }, "devDependencies": {