diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2019-02-05 21:29:17 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2019-02-05 21:29:17 +0800 |
commit | 9de4bf12259c04d98da367188001e844ef2ef614 (patch) | |
tree | 65a2bff9b07d3bbfa913629af937ca02598db199 /contracts/exchange-libs | |
parent | 52e287fc7d0f80eeda2b98e764caa531bbf7340b (diff) | |
download | dexon-0x-contracts-9de4bf12259c04d98da367188001e844ef2ef614.tar.gz dexon-0x-contracts-9de4bf12259c04d98da367188001e844ef2ef614.tar.zst dexon-0x-contracts-9de4bf12259c04d98da367188001e844ef2ef614.zip |
Fix contracts-utils versions
Diffstat (limited to 'contracts/exchange-libs')
-rw-r--r-- | contracts/exchange-libs/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contracts/exchange-libs/package.json b/contracts/exchange-libs/package.json index f3efdd00e..90b0376ee 100644 --- a/contracts/exchange-libs/package.json +++ b/contracts/exchange-libs/package.json @@ -65,7 +65,7 @@ }, "dependencies": { "@0x/base-contract": "^3.0.13", - "@0x/contracts-utils": "3.0.0", + "@0x/contracts-utils": "^1.0.6", "@0x/order-utils": "^3.1.2", "@0x/types": "^1.5.2", "@0x/typescript-typings": "^3.0.8", |