From 70c87e366f8e775fc65845074dfea5daa518145d Mon Sep 17 00:00:00 2001 From: Julian Duque Date: Tue, 5 May 2015 12:04:08 -0500 Subject: [PATCH] [dist] bump nan to 1.8.x --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b4f00fc..3bbc2f3 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,6 @@ "homepage": "https://github.com/websockets/bufferutil", "dependencies": { "bindings": "1.2.x", - "nan": "1.6.x" + "nan": "1.8.x" } }