From 267c7e5a9c89335e63cbdb3784a58e04210d39b9 Mon Sep 17 00:00:00 2001 From: Will James Date: Mon, 27 Apr 2015 16:54:44 +1000 Subject: [PATCH] There is an incompatibility with NaN 1.8.x, keeping 1.7.x for now. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7bb119786..9d95f04db 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "lcov-result-merger": "^1.0.2", "lodash": "^3.1.0", "mocha": "~2.1.0", - "nan": "^1.7.0", + "nan": "~1.7.0", "nw-gyp": "^0.12.4", "pangyp": "^2.1.0", "request": "^2.53.0",