diff options
| author | Brandon Millman <brandon.millman@gmail.com> | 2017-12-13 05:06:02 +0800 | 
|---|---|---|
| committer | Brandon Millman <brandon.millman@gmail.com> | 2017-12-13 07:56:30 +0800 | 
| commit | 1e9f23ebba5e0729b64e757d6901205278871e9f (patch) | |
| tree | ad768a48539ebaa66f0c852f4d9a2183cbbcb2ce /packages/website/package.json | |
| parent | bbb768c5cfa8bf713670608f859debae42b42898 (diff) | |
| download | dexon-sol-tools-1e9f23ebba5e0729b64e757d6901205278871e9f.tar.gz dexon-sol-tools-1e9f23ebba5e0729b64e757d6901205278871e9f.tar.zst dexon-sol-tools-1e9f23ebba5e0729b64e757d6901205278871e9f.zip  | |
Fix build errors
Diffstat (limited to 'packages/website/package.json')
| -rw-r--r-- | packages/website/package.json | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/website/package.json b/packages/website/package.json index f005668f8..d52cfc6ff 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -18,7 +18,7 @@    "author": "Fabio Berger",    "license": "Apache-2.0",    "dependencies": { -    "0x.js": "0.27.1", +    "0x.js": "~0.27.2",      "@0xproject/subproviders": "^0.1.0",      "accounting": "^0.4.1",      "basscss": "^8.0.3",  | 
