From 40138d7f51c6c130a141ea847d23e0e1b6a98cdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Martyk=C3=A1n?= Date: Thu, 7 Jun 2018 23:41:42 +0200 Subject: [PATCH] Update epoll to 2.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1ccf14e..a0ff6db 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,6 @@ }, "dependencies": { "bluebird": "^3.3.4", - "epoll": "^0.1.17" + "epoll": "^2.0.1" } }