diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2019-01-21 22:28:39 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2019-01-21 22:28:39 +0800 |
commit | ce65ac0c1c34913027ff4ea9e512d01a5e20abdf (patch) | |
tree | 03ce75a4176abbf31e08116946578f23f64352a3 /packages/sol-tracing-utils/package.json | |
parent | b5fd3c72a08aaa6957917d74c333387a16edf66b (diff) | |
download | dexon-0x-contracts-ce65ac0c1c34913027ff4ea9e512d01a5e20abdf.tar.gz dexon-0x-contracts-ce65ac0c1c34913027ff4ea9e512d01a5e20abdf.tar.zst dexon-0x-contracts-ce65ac0c1c34913027ff4ea9e512d01a5e20abdf.zip |
SolCompilerArtifactsAdapter now uses SolResolver under the hood which allows to resolve NPM dependencies properly
Diffstat (limited to 'packages/sol-tracing-utils/package.json')
-rw-r--r-- | packages/sol-tracing-utils/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/sol-tracing-utils/package.json b/packages/sol-tracing-utils/package.json index cabb752d2..4b0fff222 100644 --- a/packages/sol-tracing-utils/package.json +++ b/packages/sol-tracing-utils/package.json @@ -44,6 +44,7 @@ "dependencies": { "@0x/dev-utils": "^1.0.24", "@0x/sol-compiler": "^2.0.2", + "@0x/sol-resolver": "^1.2.3", "@0x/subproviders": "^2.1.11", "@0x/typescript-typings": "^3.0.8", "@0x/utils": "^3.0.1", |