From ec3e835a7833a6c56b2dcff76ee76114aa913ef5 Mon Sep 17 00:00:00 2001 From: Zach Martin <zachster01@gmail.com> Date: Thu, 16 Jan 2014 21:33:24 -0600 Subject: [PATCH] changed sass-brunch version requirement in package.json to allow for easier environment installation --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 327a81b31..2253f3864 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "javascript-brunch": "> 1.0 < 1.8", "coffee-script-brunch": "> 1.0 < 1.8", "coffeelint-brunch": "> 1.0 < 1.8", - "sass-brunch": "> 1.0 < 1.8", + "sass-brunch": "1.7.0", "css-brunch": "> 1.0 < 1.8", "jade-brunch": "> 1.0 < 1.8", "uglify-js-brunch": "~1.7.4",