From a5e52a1c84e12e4ae1eea8827bdacf0d12493327 Mon Sep 17 00:00:00 2001 From: Alan Harnum Date: Mon, 10 Dec 2018 13:11:16 -0500 Subject: [PATCH] FLUID-6324: use @waharnum's fixed fork of handlebars plugin. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cc0837c0..2c9c60e6 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "docpad": "6.82.5", - "docpad-plugin-handlebars": "2.5.0", + "docpad-plugin-handlebars": "github:waharnum/docpad-plugin-handlebars#fixFor6.8", "docpad-plugin-highlightjs": "2.6.0", "docpad-plugin-marked": "2.5.0", "fs-extra": "7.0.1",