From 1e24bfd78b1281d304957340d7764fb665710c4e Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Tue, 24 Feb 2015 22:40:05 -0800 Subject: [PATCH] Backport grunt handlebars to work with handlebars 1.3.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 35e0b04..760ed96 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "grunt-contrib-clean": "^0.6.0", "grunt-contrib-compass": "^1.0.1", "grunt-contrib-copy": "^0.7.0", - "grunt-contrib-handlebars": "^0.9.3", + "grunt-contrib-handlebars": "^0.8.0", "grunt-contrib-jshint": "^0.11.0", "grunt-contrib-requirejs": "^0.4.4", "grunt-contrib-watch": "^0.6.1",