From 8cdcd4a750fd0903efcf5b52dfe06c7a25336b3f Mon Sep 17 00:00:00 2001 From: Jason Skomorowski Date: Tue, 23 Sep 2014 07:49:41 -0400 Subject: [PATCH] Attempt to satisfy handlebars build dependency for integration test --- test/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/package.json b/test/package.json index 5450176..bd19642 100644 --- a/test/package.json +++ b/test/package.json @@ -16,7 +16,8 @@ "request": "*", "jasmine-reporters": "<= 0.4.1", "jasmine-node": "*", - "phantomjs": "*" + "phantomjs": "*", + "handlebars": "= 1.3.0" }, "repository": { "type": "git", -- 1.7.10.4