From 55c94d4de1b6fcf7aced7abb6fd5c14c35bd2344 Mon Sep 17 00:00:00 2001 From: Gavin McNair Date: Thu, 10 Dec 2015 09:16:20 +0000 Subject: [PATCH] Murmorhash 2 is not supported on node 4+ --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a252c21..a70965c 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "url": "https://github.com/optimizely/hyperloglog.git" }, "dependencies": { - "murmurhash3": "0.2.x" + "murmurhash3": "0.3.x" }, "devDependencies": { "vows": "0.7.x"