From d5476caee1ea91f26c4af1af6da18ee5dba0d3c3 Mon Sep 17 00:00:00 2001 From: David Dias Date: Thu, 9 Feb 2017 09:00:58 -0800 Subject: [PATCH] missing dep --- package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 9916c18..01912ca 100644 --- a/package.json +++ b/package.json @@ -42,10 +42,11 @@ }, "dependencies": { "interface-connection": "~0.3.0", - "mafmt": "^2.1.6", - "multiaddr": "^2.2.1", "ip-address": "^5.8.6", "lodash.includes": "^4.3.0", + "lodash.isfunction": "^3.0.8", + "mafmt": "^2.1.6", + "multiaddr": "^2.2.1", "stream-to-pull-stream": "^1.7.2" }, "contributors": [ @@ -58,4 +59,4 @@ "Richard Littauer ", "Stephen Whitmore " ] -} \ No newline at end of file +}