From fdb36422dd4a5edbf0d0734646b1e618281ac939 Mon Sep 17 00:00:00 2001 From: Peter Paul Elfferich Date: Wed, 3 Sep 2014 12:14:11 +0200 Subject: [PATCH] Locking handlebars on old v2.0.0-alpha.4 until this issue is resolved: https://github.com/wycats/handlebars.js/issues/857 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0f73b5e..1724ad1 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "chokidar": "~0.6.3", "connect": "~2.17.1", "es6-promise": "~0.1.1", - "handlebars": "~2.0.0", + "handlebars": "2.0.0-alpha.4", "jshint": "~2.5.0", "jsonlint": "~1.6.2", "less": "~1.7.0",