diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2018-03-10 13:07:55 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2018-03-12 10:37:30 +0800 |
commit | bd7517cfd489a9789f81c247fb45329881274d15 (patch) | |
tree | 9542a28ddb23f971330cc5c2b6088a4e4e102792 /yarn.lock | |
parent | 9bffce9dc55030a3901b7be61a5dbbdc80d09a4b (diff) | |
download | dexon-sol-tools-bd7517cfd489a9789f81c247fb45329881274d15.tar dexon-sol-tools-bd7517cfd489a9789f81c247fb45329881274d15.tar.gz dexon-sol-tools-bd7517cfd489a9789f81c247fb45329881274d15.tar.bz2 dexon-sol-tools-bd7517cfd489a9789f81c247fb45329881274d15.tar.lz dexon-sol-tools-bd7517cfd489a9789f81c247fb45329881274d15.tar.xz dexon-sol-tools-bd7517cfd489a9789f81c247fb45329881274d15.tar.zst dexon-sol-tools-bd7517cfd489a9789f81c247fb45329881274d15.zip |
Add support for async calls under coverage
Diffstat (limited to 'yarn.lock')
-rw-r--r-- | yarn.lock | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -711,7 +711,7 @@ async-eventemitter@^0.2.2: dependencies: async "^2.4.0" -"async-eventemitter@github:ahultgren/async-eventemitter#fa06e39e56786ba541c180061dbf2c0a5bbf951c": +async-eventemitter@ahultgren/async-eventemitter#fa06e39e56786ba541c180061dbf2c0a5bbf951c: version "0.2.3" resolved "https://codeload.github.com/ahultgren/async-eventemitter/tar.gz/fa06e39e56786ba541c180061dbf2c0a5bbf951c" dependencies: @@ -1493,13 +1493,13 @@ big.js@^3.1.3: version "3.2.0" resolved "https://registry.yarnpkg.com/big.js/-/big.js-3.2.0.tgz#a5fc298b81b9e0dca2e458824784b65c52ba588e" -"bignumber.js@git+https://github.com/debris/bignumber.js.git#94d7146671b9719e00a09c29b01a691bc85048c2": +"bignumber.js@git+https://github.com/debris/bignumber.js#master": version "2.0.7" - resolved "git+https://github.com/debris/bignumber.js.git#94d7146671b9719e00a09c29b01a691bc85048c2" + resolved "git+https://github.com/debris/bignumber.js#c7a38de919ed75e6fb6ba38051986e294b328df9" -"bignumber.js@git+https://github.com/debris/bignumber.js.git#master": +"bignumber.js@git+https://github.com/debris/bignumber.js.git#94d7146671b9719e00a09c29b01a691bc85048c2": version "2.0.7" - resolved "git+https://github.com/debris/bignumber.js.git#c7a38de919ed75e6fb6ba38051986e294b328df9" + resolved "git+https://github.com/debris/bignumber.js.git#94d7146671b9719e00a09c29b01a691bc85048c2" "bignumber.js@git+https://github.com/frozeman/bignumber.js-nolookahead.git": version "2.0.7" |