From c672af75712ffc58f090cda0b549e3953b8a5196 Mon Sep 17 00:00:00 2001 From: David Dias Date: Mon, 27 Nov 2017 13:08:55 +0000 Subject: [PATCH] fix: pre 1.0.0 deps should be always installed with ~ and not ^ --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 60e9a2dada..f001ccbf16 100644 --- a/package.json +++ b/package.json @@ -129,7 +129,7 @@ "libp2p-secio": "~0.8.1", "libp2p-tcp": "~0.11.1", "libp2p-webrtc-star": "~0.13.2", - "libp2p-websocket-star": "^0.5.1", + "libp2p-websocket-star": "~0.5.1", "libp2p-websockets": "~0.10.4", "lodash.flatmap": "^4.5.0", "lodash.get": "^4.4.2",