diff options
author | Alex Browne <stephenalexbrowne@gmail.com> | 2018-06-21 03:36:04 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-21 03:36:04 +0800 |
commit | 6fe31587780ab309015d392747cebe61ff82b679 (patch) | |
tree | 63e4da546e294a1a1e042130c1db2cc4d498e54f /packages/sol-cov/package.json | |
parent | f5decb1d7e8de9a198f1cf1b258a043181ce26d5 (diff) | |
parent | bbd12e33ec2436b9a483ec41799fd15839593785 (diff) | |
download | dexon-sol-tools-6fe31587780ab309015d392747cebe61ff82b679.tar dexon-sol-tools-6fe31587780ab309015d392747cebe61ff82b679.tar.gz dexon-sol-tools-6fe31587780ab309015d392747cebe61ff82b679.tar.bz2 dexon-sol-tools-6fe31587780ab309015d392747cebe61ff82b679.tar.lz dexon-sol-tools-6fe31587780ab309015d392747cebe61ff82b679.tar.xz dexon-sol-tools-6fe31587780ab309015d392747cebe61ff82b679.tar.zst dexon-sol-tools-6fe31587780ab309015d392747cebe61ff82b679.zip |
Merge pull request #725 from 0xProject/feature/revert-trace-code-snippets
Include source code snippets in revert stack traces
Diffstat (limited to 'packages/sol-cov/package.json')
-rw-r--r-- | packages/sol-cov/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/sol-cov/package.json b/packages/sol-cov/package.json index 39618eacf..f489edc97 100644 --- a/packages/sol-cov/package.json +++ b/packages/sol-cov/package.json @@ -73,7 +73,7 @@ "@types/istanbul": "^0.4.30", "@types/loglevel": "^1.5.3", "@types/mkdirp": "^0.5.1", - "@types/solidity-parser-antlr": "^0.2.0", + "@types/solidity-parser-antlr": "^0.2.1", "@types/mocha": "^2.2.42", "@types/node": "^8.0.53", "@types/rimraf": "^2.0.2", |