diff options
author | Brandon Millman <brandon@0xproject.com> | 2018-06-27 01:29:26 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-27 01:29:26 +0800 |
commit | 2ca169b3c43dfc39c0743afda68b314b9d54c919 (patch) | |
tree | c5b8624a3453f0a164651f652d8b8bf91bcd64d9 /packages/website/package.json | |
parent | 098d486291176525ee415d5cdeda9e3618e037d1 (diff) | |
parent | e52d0a351265616d58d9126404db7a359a6648be (diff) | |
download | dexon-sol-tools-2ca169b3c43dfc39c0743afda68b314b9d54c919.tar dexon-sol-tools-2ca169b3c43dfc39c0743afda68b314b9d54c919.tar.gz dexon-sol-tools-2ca169b3c43dfc39c0743afda68b314b9d54c919.tar.bz2 dexon-sol-tools-2ca169b3c43dfc39c0743afda68b314b9d54c919.tar.lz dexon-sol-tools-2ca169b3c43dfc39c0743afda68b314b9d54c919.tar.xz dexon-sol-tools-2ca169b3c43dfc39c0743afda68b314b9d54c919.tar.zst dexon-sol-tools-2ca169b3c43dfc39c0743afda68b314b9d54c919.zip |
Merge pull request #777 from 0xProject/feature/website/browser-detection
Change metamask install link based on browser
Diffstat (limited to 'packages/website/package.json')
-rw-r--r-- | packages/website/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/website/package.json b/packages/website/package.json index a2ac617eb..c7b689356 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -29,6 +29,7 @@ "accounting": "^0.4.1", "basscss": "^8.0.3", "blockies": "^0.0.2", + "bowser": "^1.9.3", "deep-equal": "^1.0.1", "ethereumjs-util": "^5.1.1", "find-versions": "^2.0.0", |