From de465f49864a0ef96541f32339cccac59c96d117 Mon Sep 17 00:00:00 2001 From: David Dias Date: Thu, 23 Jun 2016 16:09:26 +0100 Subject: [PATCH] use fork fix --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b88229e..876e708 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ }, "homepage": "https://github.com/diasdavid/interface-connection", "dependencies": { - "duplexify": "^3.4.3", + "duplexify": "diasdavid/duplexify#048ec46", "timed-tape": "^0.1.0" }, "devDependencies": { @@ -40,4 +40,4 @@ "David Dias ", "Pau Ramon Revilla " ] -} \ No newline at end of file +}