From 34a8daa6298d98eda81817a5d2cc4ee06e066c77 Mon Sep 17 00:00:00 2001 From: Jaco Greeff Date: Tue, 1 Aug 2017 17:42:04 +0200 Subject: [PATCH] Add addresses dapp --- js/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/js/package.json b/js/package.json index bb1a6e4f5..200dc338c 100644 --- a/js/package.json +++ b/js/package.json @@ -156,6 +156,7 @@ "@parity/dapp-account": "paritytech/dapp-account", "@parity/dapp-accounts": "paritytech/dapp-accounts", "@parity/dapp-address": "paritytech/dapp-address", + "@parity/dapp-addresses": "paritytech/dapp-addresses", "@parity/dapp-githubhint": "paritytech/dapp-githubhint", "@parity/shared": "paritytech/js-shared", "@parity/ui": "paritytech/js-ui",