From f5ed3db455e2ca76c675384884ab018ca725e204 Mon Sep 17 00:00:00 2001 From: Erik Christensen Date: Thu, 11 Jan 2024 11:47:41 -0800 Subject: [PATCH] fix: bump paper handlebars - webdav cache control --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index be19205..1529296 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ }, "homepage": "https://github.com/bigcommerce/paper", "dependencies": { - "@bigcommerce/stencil-paper-handlebars": "5.9.5", + "@bigcommerce/stencil-paper-handlebars": "git+ssh://git@github.com/bigcommerce/paper-handlebars.git#MERC-9364", "accept-language-parser": "~1.4.1", "messageformat": "~0.2.2" },