From 324be0f083b8c2b4425bd0f175e190b5c7c1aa64 Mon Sep 17 00:00:00 2001 From: xzyfer Date: Sat, 29 Aug 2015 19:10:49 +1000 Subject: [PATCH] Ensure we have nan@^2.0.8 This is to make sure binaries affected by https://github.com/sass/node-sass/issues/1107 are never built --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1e600201e..9f8f0b7fd 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "glob": "^5.0.14", "meow": "^3.3.0", "mkdirp": "^0.5.1", - "nan": "^2.0.5", + "nan": "^2.0.8", "npmconf": "^2.1.2", "pangyp": "^2.3.0", "request": "^2.61.0",