From 04c3e3d68a0a2fc11081bfed8ef92ae4fc3fabf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Kr=C3=BCger?= Date: Sat, 12 Jan 2019 12:05:38 +0100 Subject: [PATCH] feat: [tmp] use libp2p-crypto with .encrypt --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ee71a55..bd9b1f9 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ }, "dependencies": { "class-is": "^1.1.0", - "libp2p-crypto": "~0.17.0", + "libp2p-crypto": "github:libp2p/js-libp2p-crypto#feat/rsa-enc-dec", "multihashes": "~0.4.15", "protons": "^1.0.1" },