From bb855885ada2e4034d2a9c919298f3683f864814 Mon Sep 17 00:00:00 2001 From: Xiao Liang Date: Mon, 26 Dec 2016 17:07:52 +1100 Subject: [PATCH] Fix the error encounter when running node Done by updating the peer-info package. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8ffc39be96..eec1d2c9d7 100644 --- a/package.json +++ b/package.json @@ -116,7 +116,7 @@ "path-exists": "^3.0.0", "peer-book": "^0.3.0", "peer-id": "^0.8.1", - "peer-info": "^0.8.1", + "peer-info": "^0.8.2", "promisify-es6": "^1.0.2", "pull-file": "^1.0.0", "pull-paramap": "^1.2.1",