From d97f6b38121154cdb7355c5db79edbbea233d7f9 Mon Sep 17 00:00:00 2001 From: Jaco Greeff Date: Thu, 24 Aug 2017 13:07:22 +0200 Subject: [PATCH] Add @parity/jsonrpc explicitly --- js/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/js/package.json b/js/package.json index 98f91bd31..ae36f3a86 100644 --- a/js/package.json +++ b/js/package.json @@ -165,6 +165,7 @@ "@parity/dapp-vaults": "paritytech/dapp-vaults", "@parity/dapp-wallet": "paritytech/dapp-wallet", "@parity/dapp-web": "paritytech/dapp-web", + "@parity/jsonrpc": "paritytech/js-jsonrpc", "@parity/shared": "paritytech/js-shared", "@parity/ui": "paritytech/js-ui", "isomorphic-fetch": "2.2.1",