From 0ff4bed39950216f66a025066c9d165b445adc7d Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Wed, 6 Feb 2019 12:40:50 -0800 Subject: [PATCH 1/3] fix: add missing libp2p-websocket-star dep --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 18b607a5d5..7c9c9f2222 100644 --- a/package.json +++ b/package.json @@ -139,6 +139,7 @@ "libp2p-secio": "~0.11.0", "libp2p-tcp": "~0.13.0", "libp2p-webrtc-star": "~0.15.5", + "libp2p-websocket-star": "^0.10.2", "libp2p-websocket-star-multi": "~0.4.0", "libp2p-websockets": "~0.12.0", "lodash": "^4.17.11", From 34d19b3f857473a7c6a4727d88effce40dd1c78a Mon Sep 17 00:00:00 2001 From: Alan Shaw Date: Thu, 7 Feb 2019 09:00:53 +0000 Subject: [PATCH 2/3] chore: move missing dep to devDependencies License: MIT Signed-off-by: Alan Shaw --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7c9c9f2222..b75f70f911 100644 --- a/package.json +++ b/package.json @@ -73,6 +73,7 @@ "hat": "0.0.3", "interface-ipfs-core": "~0.96.0", "ipfsd-ctl": "~0.40.1", + "libp2p-websocket-star": "^0.10.2", "ncp": "^2.0.0", "qs": "^6.5.2", "rimraf": "^2.6.2", @@ -139,7 +140,6 @@ "libp2p-secio": "~0.11.0", "libp2p-tcp": "~0.13.0", "libp2p-webrtc-star": "~0.15.5", - "libp2p-websocket-star": "^0.10.2", "libp2p-websocket-star-multi": "~0.4.0", "libp2p-websockets": "~0.12.0", "lodash": "^4.17.11", From 1a1caf1d19a16495be2f29a85052b4cbec77dd0a Mon Sep 17 00:00:00 2001 From: Alan Shaw Date: Thu, 7 Feb 2019 09:51:03 +0000 Subject: [PATCH 3/3] chore: appease linter --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b75f70f911..0ca90a57af 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "hat": "0.0.3", "interface-ipfs-core": "~0.96.0", "ipfsd-ctl": "~0.40.1", - "libp2p-websocket-star": "^0.10.2", + "libp2p-websocket-star": "~0.10.2", "ncp": "^2.0.0", "qs": "^6.5.2", "rimraf": "^2.6.2",