grunt-karma-sonar
Advanced tools
Comparing version 0.2.28 to 0.2.29
{ | ||
"name": "grunt-karma-sonar", | ||
"description": "Grunt plugin for integrating karma reports with sonar", | ||
"version": "0.2.28", | ||
"version": "0.2.29", | ||
"homepage": "https://github.com/mdasberg/grunt-karma-sonar", | ||
@@ -47,3 +47,3 @@ "author": { | ||
"dependencies": { | ||
"adm-zip": "0.4.7", | ||
"adm-zip": "^0.4.13", | ||
"async": "^2.0.0-rc.5", | ||
@@ -50,0 +50,0 @@ "escape-string-regexp": "^1.0.5", |
@@ -84,2 +84,3 @@ /*globals process */ | ||
'-Dsonar.javascript.jstestdriver.itReportsPath=results', | ||
'-Dsonar.javascript.lcov.reportPaths=' + 'results' + path.sep + 'coverage_report.lcov' + ',' + 'results' + path.sep + 'it_coverage_report.lcov', | ||
'-Dsonar.javascript.lcov.reportPath=' + 'results' + path.sep + 'coverage_report.lcov', | ||
@@ -86,0 +87,0 @@ '-Dsonar.javascript.lcov.itReportPath=' + 'results' + path.sep + 'it_coverage_report.lcov' |
62469
966
+ Addedadm-zip@0.4.16(transitive)
- Removedadm-zip@0.4.7(transitive)
Updatedadm-zip@^0.4.13