diff options
| author | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-06-21 21:02:09 +0800 | 
|---|---|---|
| committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-06-21 21:02:09 +0800 | 
| commit | ef96c58b7f7d0ce678e8eb4f662b2f6a31e8799a (patch) | |
| tree | fd7ba0e297bcdeec857fada88676b788c110683d /package.json | |
| parent | 096d3bdb26921cb3e7d05e65dc286ddf49f98a8a (diff) | |
| download | dexon-sol-tools-ef96c58b7f7d0ce678e8eb4f662b2f6a31e8799a.tar.gz dexon-sol-tools-ef96c58b7f7d0ce678e8eb4f662b2f6a31e8799a.tar.zst dexon-sol-tools-ef96c58b7f7d0ce678e8eb4f662b2f6a31e8799a.zip  | |
Temporarily use forked version of truffle-contract to reduce the bundle
truffle-contract uses web3 0.18.0. We use web3 0.19.0 which results in 2
versions of web3 being bundled with the package
This commit temporarily switches to custom truffle-contract fork
We'll switch back when the PR would be accepted
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index d1fff0808..554b3980e 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@      "jsonschema": "^1.1.1",      "lodash": "^4.17.4",      "publish-release": "^1.3.3", -    "truffle-contract": "^2.0.1", +    "truffle-contract": "0xproject/truffle-contract#temporary",      "web3": "^0.19.0"    }  }  | 
