diff options
author | Fabio Berger <me@fabioberger.com> | 2018-03-05 02:38:32 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2018-03-05 02:38:32 +0800 |
commit | 5f4b28960e80aec88492c7c6779291fdb2d03b85 (patch) | |
tree | 655af16317bc4f9cc38a2d71cea40a3b895d77dd | |
parent | 38379138551179878f9ac49a534b5a0fa37aaf4d (diff) | |
download | dexon-sol-tools-5f4b28960e80aec88492c7c6779291fdb2d03b85.tar dexon-sol-tools-5f4b28960e80aec88492c7c6779291fdb2d03b85.tar.gz dexon-sol-tools-5f4b28960e80aec88492c7c6779291fdb2d03b85.tar.bz2 dexon-sol-tools-5f4b28960e80aec88492c7c6779291fdb2d03b85.tar.lz dexon-sol-tools-5f4b28960e80aec88492c7c6779291fdb2d03b85.tar.xz dexon-sol-tools-5f4b28960e80aec88492c7c6779291fdb2d03b85.tar.zst dexon-sol-tools-5f4b28960e80aec88492c7c6779291fdb2d03b85.zip |
Update @0xproject/utils in top-level package.json
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index ec845121b..9519fd40d 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "mnemonic": "concert load couple harbor equip island argue ramp clarify fence smart topic" }, "devDependencies": { - "@0xproject/utils": "^0.3.4", + "@0xproject/utils": "^0.4.0", "async-child-process": "^1.1.1", "ethereumjs-testrpc": "^6.0.3", "lerna": "^2.5.1", |