diff options
| author | Nick Merwin <[email protected]> | 2019-11-20 17:26:06 -0800 |
|---|---|---|
| committer | Nick Merwin <[email protected]> | 2019-11-20 17:26:06 -0800 |
| commit | e48a66d0f24a8173fcdbb5db600d50a070494b51 (patch) | |
| tree | 6ec6485e6616248c05576689f6d5a7e4521a4c0e /package.json | |
| parent | ee636f60ff1ca59737dcbeff55c64fd0e80d305a (diff) | |
| parent | 593d1be7855993f0ec4c34fbf8e7f2673304edd5 (diff) | |
| download | node-coveralls-e48a66d0f24a8173fcdbb5db600d50a070494b51.tar.xz node-coveralls-e48a66d0f24a8173fcdbb5db600d50a070494b51.zip | |
Merge branch 'add_cobertura_support' of https://github.com/ly-cultureiq/node-coveralls into ly-cultureiq-add_cobertura_support
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 53538a8..c291e95 100644 --- a/package.json +++ b/package.json @@ -36,6 +36,7 @@ "Adam Moss (https://github.com/adam-moss)" ], "dependencies": { + "cobertura-parse": "^1.0.5", "js-yaml": "^3.13.1", "lcov-parse": "^1.0.0", "log-driver": "^1.2.7", |
