From 126b9664baa3787d610b5f652d1cf8f356484348 Mon Sep 17 00:00:00 2001 From: David Dias Date: Tue, 19 Jun 2018 13:38:42 +0100 Subject: [PATCH] fix: package.json deps semver --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ce6eede..8b55bfe 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "chai": "^4.1.2", "dirty-chai": "^2.0.1", "interface-stream-muxer": "~0.5.9", - "libp2p-tcp": "^0.12.0", + "libp2p-tcp": "~0.12.0", "libp2p-websockets": "~0.12.0", "pre-commit": "^1.2.2", "pull-pair": "^1.1.0" @@ -44,7 +44,7 @@ "concat-stream": "^1.6.2", "debug": "^3.1.0", "duplexify": "^3.6.0", - "interface-connection": "^0.3.2", + "interface-connection": "~0.3.2", "pull-catch": "^1.0.0", "pull-stream": "^3.6.8", "pull-stream-to-stream": "^1.3.4",