istanbul-reports
Advanced tools
Comparing version 1.5.0 to 2.0.0
@@ -6,2 +6,18 @@ # Change Log | ||
<a name="2.0.0"></a> | ||
# [2.0.0](https://github.com/istanbuljs/istanbuljs/compare/istanbul-reports@1.5.0...istanbul-reports@2.0.0) (2018-07-07) | ||
### Chores | ||
* Specify node >= 6 in istanbul-reports. ([#197](https://github.com/istanbuljs/istanbuljs/issues/197)) ([5810c38](https://github.com/istanbuljs/istanbuljs/commit/5810c38)) | ||
### BREAKING CHANGES | ||
* Requires node >= 6. | ||
<a name="1.5.0"></a> | ||
@@ -8,0 +24,0 @@ # [1.5.0](https://github.com/istanbuljs/istanbuljs/compare/istanbul-reports@1.4.1...istanbul-reports@1.5.0) (2018-06-06) |
{ | ||
"name": "istanbul-reports", | ||
"version": "1.5.0", | ||
"version": "2.0.0", | ||
"description": "istanbul reports", | ||
@@ -21,4 +21,4 @@ "author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>", | ||
"is-windows": "^1.0.2", | ||
"istanbul-lib-coverage": "^2.0.0", | ||
"istanbul-lib-report": "^2.0.0", | ||
"istanbul-lib-coverage": "^2.0.1", | ||
"istanbul-lib-report": "^2.0.1", | ||
"jshint": "^2.9.5", | ||
@@ -39,3 +39,6 @@ "mocha": "^5.2.0" | ||
}, | ||
"homepage": "https://github.com/istanbuljs/istanbuljs" | ||
"homepage": "https://github.com/istanbuljs/istanbuljs", | ||
"engines": { | ||
"node": ">=6" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
89615