From 62ceba5b1074c2febb8cc54300f7f9c8df9207f7 Mon Sep 17 00:00:00 2001 From: Josh Callender Date: Thu, 26 Feb 2015 11:31:22 -0800 Subject: [PATCH] upgrade rendr-handlebars to 1.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 72024858..634c78c3 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "jsdom": "^3.1.0", "mocha": "*", "proxyquire": "^1.3.1", - "rendr-handlebars": "^0.2.4", + "rendr-handlebars": "^1.0.0", "sinon": "~1.12.2", "sinon-chai": "^2.7.0" },