diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-06-21 21:14:28 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-06-21 21:15:42 +0800 |
commit | de29c23ad70dadda61c73900de5c743aa250e22e (patch) | |
tree | efe3dcc7d71fda67befd3aa2979bcf7a92294631 /package.json | |
parent | 41e62d078feea18ccf10ca746beb72e3a7a2ff11 (diff) | |
download | dexon-sol-tools-de29c23ad70dadda61c73900de5c743aa250e22e.tar dexon-sol-tools-de29c23ad70dadda61c73900de5c743aa250e22e.tar.gz dexon-sol-tools-de29c23ad70dadda61c73900de5c743aa250e22e.tar.bz2 dexon-sol-tools-de29c23ad70dadda61c73900de5c743aa250e22e.tar.lz dexon-sol-tools-de29c23ad70dadda61c73900de5c743aa250e22e.tar.xz dexon-sol-tools-de29c23ad70dadda61c73900de5c743aa250e22e.tar.zst dexon-sol-tools-de29c23ad70dadda61c73900de5c743aa250e22e.zip |
Revert "Temporarily use forked version of truffle-contract to reduce the bundle"
This reverts commit ef96c58b7f7d0ce678e8eb4f662b2f6a31e8799a.
truffle-contract is not compatible with web3 0.19.0 cause it checks the
number of arguments and they pass incorrect number of arguments
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 824445ee1..59c63ec39 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": "0xproject/truffle-contract#temporary", + "truffle-contract": "^2.0.1", "web3": "^0.19.0" } } |