cucumber-html-reporter
Advanced tools
Comparing version 3.0.3 to 3.0.4
@@ -0,1 +1,5 @@ | ||
### 3.0.4 (Sep-20-2017) | ||
* Fix for Cucumber V2, mime_type | ||
### 3.0.3 (Sep-20-2017) | ||
@@ -2,0 +6,0 @@ |
@@ -218,3 +218,3 @@ 'use strict'; | ||
if (embedding.mime_type) { | ||
embeddingType = embedding.mime_type.type; | ||
embeddingType = embedding.mime_type; | ||
} else if (embedding.media) { | ||
@@ -221,0 +221,0 @@ embeddingType = embedding.media.type; |
{ | ||
"name": "cucumber-html-reporter", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"description": "Generates Cucumber HTML reports in three different themes", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
1950801