diff options
author | Fabio Berger <me@fabioberger.com> | 2017-12-06 11:33:42 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2017-12-06 11:33:42 +0800 |
commit | 5bbdb7a8f78cdaf110f2224eeac42262a2e2f678 (patch) | |
tree | 3da4455fb8983cf6b90c359322e5b610d6f7fd85 /packages/website/package.json | |
parent | 3cf7cb105422f8c1a398f7e9e63190826daf8c09 (diff) | |
download | dexon-sol-tools-5bbdb7a8f78cdaf110f2224eeac42262a2e2f678.tar dexon-sol-tools-5bbdb7a8f78cdaf110f2224eeac42262a2e2f678.tar.gz dexon-sol-tools-5bbdb7a8f78cdaf110f2224eeac42262a2e2f678.tar.bz2 dexon-sol-tools-5bbdb7a8f78cdaf110f2224eeac42262a2e2f678.tar.lz dexon-sol-tools-5bbdb7a8f78cdaf110f2224eeac42262a2e2f678.tar.xz dexon-sol-tools-5bbdb7a8f78cdaf110f2224eeac42262a2e2f678.tar.zst dexon-sol-tools-5bbdb7a8f78cdaf110f2224eeac42262a2e2f678.zip |
Use subproviders subpackage in website and remove old subproviders
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 72cbea0e6..a1990d958 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -18,6 +18,7 @@ "author": "Fabio Berger", "license": "Apache-2.0", "dependencies": { + "@0xproject/subproviders": "0.0.0", "0x.js": "0xproject/0x.js/packages/0x.js#0x.js@0.27.1", "accounting": "^0.4.1", "basscss": "^8.0.3", |