diff options
author | Leonid <logvinov.leon@gmail.com> | 2018-01-05 19:49:51 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-05 19:49:51 +0800 |
commit | 35e0b6143ab1405259471e1c9c698bfcd869df5a (patch) | |
tree | c9acc3f7a1dbccaf10c8616289de61f2dc879236 /packages/abi-gen/package.json | |
parent | ce6abad97f248a3557390dd1e1ff3ae84662838f (diff) | |
parent | e019ae4aed610c4645894c2999871fd3c0b57388 (diff) | |
download | dexon-sol-tools-35e0b6143ab1405259471e1c9c698bfcd869df5a.tar dexon-sol-tools-35e0b6143ab1405259471e1c9c698bfcd869df5a.tar.gz dexon-sol-tools-35e0b6143ab1405259471e1c9c698bfcd869df5a.tar.bz2 dexon-sol-tools-35e0b6143ab1405259471e1c9c698bfcd869df5a.tar.lz dexon-sol-tools-35e0b6143ab1405259471e1c9c698bfcd869df5a.tar.xz dexon-sol-tools-35e0b6143ab1405259471e1c9c698bfcd869df5a.tar.zst dexon-sol-tools-35e0b6143ab1405259471e1c9c698bfcd869df5a.zip |
Merge pull request #304 from joincivil/ritave/feature/abi-gen-constructor
Added constructor ABIs to abi-gen
Diffstat (limited to 'packages/abi-gen/package.json')
-rw-r--r-- | packages/abi-gen/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/abi-gen/package.json b/packages/abi-gen/package.json index db429d9a9..fbf3db687 100644 --- a/packages/abi-gen/package.json +++ b/packages/abi-gen/package.json @@ -43,6 +43,6 @@ "shx": "^0.2.2", "tslint": "5.8.0", "typescript": "~2.6.1", - "web3-typescript-typings": "^0.7.2" + "web3-typescript-typings": "^0.9.0" } } |