diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2018-05-31 02:35:22 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2018-06-01 01:20:36 +0800 |
commit | 1a3958ed602a2abd55a41289fddd2ee1d930d159 (patch) | |
tree | 9dc87614d7c051d7306816eed336dfbb4c70e9c2 /packages/sol-cov | |
parent | 743c957918be109defc96b5243cf82d5c2542b39 (diff) | |
download | dexon-sol-tools-1a3958ed602a2abd55a41289fddd2ee1d930d159.tar dexon-sol-tools-1a3958ed602a2abd55a41289fddd2ee1d930d159.tar.gz dexon-sol-tools-1a3958ed602a2abd55a41289fddd2ee1d930d159.tar.bz2 dexon-sol-tools-1a3958ed602a2abd55a41289fddd2ee1d930d159.tar.lz dexon-sol-tools-1a3958ed602a2abd55a41289fddd2ee1d930d159.tar.xz dexon-sol-tools-1a3958ed602a2abd55a41289fddd2ee1d930d159.tar.zst dexon-sol-tools-1a3958ed602a2abd55a41289fddd2ee1d930d159.zip |
Remove some types
Diffstat (limited to 'packages/sol-cov')
-rw-r--r-- | packages/sol-cov/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/sol-cov/package.json b/packages/sol-cov/package.json index f18315a26..67c570bd4 100644 --- a/packages/sol-cov/package.json +++ b/packages/sol-cov/package.json @@ -67,6 +67,7 @@ "@types/istanbul": "^0.4.30", "@types/loglevel": "^1.5.3", "@types/mkdirp": "^0.5.1", + "@types/solidity-parser-antlr": "^0.2.0", "@types/mocha": "^2.2.42", "@types/node": "^8.0.53", "@types/rimraf": "^2.0.2", |