From f1b13b7ba2a7af3c27f3693c4eeec74d726207b5 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Thu, 26 Oct 2017 10:45:34 -0300 Subject: [PATCH] add missing dep bs58 --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 8b863b4..6669f3f 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,7 @@ }, "dependencies": { "bn.js": "=4.11.8", + "bs58": "=4.0.1", "buffer-compare": "=1.1.1", "elliptic": "=6.4.0", "inherits": "=2.0.1",