aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorLevi Yurkowicz <[email protected]>2019-10-31 17:51:47 -0400
committerLevi Yurkowicz <[email protected]>2019-10-31 17:51:47 -0400
commit593d1be7855993f0ec4c34fbf8e7f2673304edd5 (patch)
tree9856ba17c5301a51167c6c878db91120bbaff700 /package.json
parent2ed185ca3626591549ed33c2363a47b824a39d0f (diff)
downloadnode-coveralls-593d1be7855993f0ec4c34fbf8e7f2673304edd5.tar.xz
node-coveralls-593d1be7855993f0ec4c34fbf8e7f2673304edd5.zip
add ability to parse cobertura files
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 3388b95..3dcc649 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
"coverage",
"coveralls"
],
- "version": "3.0.7",
+ "version": "3.0.8",
"bugs": {
"url": "https://github.com/nickmerwin/node-coveralls/issues"
},
@@ -30,6 +30,7 @@
"Adam Moss (https://github.com/adam-moss)"
],
"dependencies": {
+ "cobertura-parse": "^1.0.5",
"growl": "~> 1.10.0",
"js-yaml": "^3.13.1",
"lcov-parse": "^0.0.10",