istanbul-reports
Advanced tools
Comparing version 1.4.0 to 1.4.1
@@ -6,2 +6,13 @@ # Change Log | ||
<a name="1.4.1"></a> | ||
## [1.4.1](https://github.com/istanbuljs/istanbuljs/compare/istanbul-reports@1.4.0...istanbul-reports@1.4.1) (2018-05-31) | ||
### Bug Fixes | ||
* ensure using correct context ([#168](https://github.com/istanbuljs/istanbuljs/issues/168)) ([df102fd](https://github.com/istanbuljs/istanbuljs/commit/df102fd)) | ||
<a name="1.4.0"></a> | ||
@@ -8,0 +19,0 @@ # [1.4.0](https://github.com/istanbuljs/istanbuljs/compare/istanbul-reports@1.3.0...istanbul-reports@1.4.0) (2018-04-17) |
@@ -174,3 +174,3 @@ /* | ||
dest = resolvedDestination + '/' + f; | ||
if (this.verbose) { | ||
if (that.verbose) { | ||
console.log('Write asset: ' + dest); | ||
@@ -177,0 +177,0 @@ } |
{ | ||
"name": "istanbul-reports", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "istanbul reports", | ||
@@ -5,0 +5,0 @@ "author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>", |
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
88559