From b654c37dce874f3e6678b43a7f39ef5707b2315d Mon Sep 17 00:00:00 2001 From: Vasco Santos Date: Wed, 17 Apr 2019 11:58:49 +0100 Subject: [PATCH] fix: libp2p crypto for linting --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d905b53573..5fb0f122e3 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "debug": "^4.1.1", "err-code": "^1.1.2", "length-prefixed-stream": "^2.0.0", - "libp2p-crypto": "^0.16.1", + "libp2p-crypto": "~0.16.1", "protons": "^1.0.1", "pull-length-prefixed": "^1.3.1", "pull-pushable": "^2.2.0",