From 36abb56405f3011b34b3939625aa5ea3d2fb3ca4 Mon Sep 17 00:00:00 2001 From: Jason Williams Date: Wed, 29 Oct 2014 14:09:13 +0000 Subject: [PATCH] Peg node-sass dependency to 1.0.3. No Issue. - grunt-sass has node-sass as a dependency (^1.0.0) but the build requirements of node-sass version 1.1.0 have changed and will fail without a newer version of the gnu compilers. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 9244620620..351650bd82 100644 --- a/package.json +++ b/package.json @@ -51,6 +51,7 @@ "morgan": "1.3.1", "node-uuid": "1.4.1", "nodemailer": "0.7.1", + "node-sass": "1.0.3", "oauth2orize": "1.0.1", "passport": "0.2.0", "passport-http-bearer": "1.0.1",