From 51ef267f02571445c42ae17fe2298dadae5833b6 Mon Sep 17 00:00:00 2001 From: Miikka Virtanen Date: Fri, 10 Feb 2017 07:34:10 +0200 Subject: [PATCH] Use dev version of eris (wasn't working otherwise, not sure why) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f67d044..c4ed5e6 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "author": "", "license": "MIT", "dependencies": { - "eris": "^0.5.2", + "eris": "github:abalabahaha/eris#dev", "mime": "^1.3.4", "moment": "^2.17.1", "public-ip": "^2.0.1"