From 779ab572c73303b32672689d71ca6c01bbfce7b1 Mon Sep 17 00:00:00 2001 From: Ilkka Myller Date: Wed, 6 May 2015 00:02:42 +0300 Subject: [PATCH] Update to nan ~1.8.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0ce971b..c0013f9 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ }, "dependencies": { "bindings": "~1.2.1", - "nan": "~1.6.0" + "nan": "~1.8.4" }, "devDependencies": { "mocha": ">= 2.1.0",