html-reporter
Advanced tools
Comparing version 1.3.1 to 1.3.2
@@ -5,7 +5,12 @@ # Change Log | ||
<a name="1.3.1"></a> | ||
## [1.3.1](https://github.com/gemini-testing/html-reporter/compare/v1.3.0...v1.3.1) (2018-01-22) | ||
<a name="1.3.2"></a> | ||
## [1.3.2](https://github.com/gemini-testing/html-reporter/compare/v1.3.0...v1.3.2) (2018-01-22) | ||
### Bug Fixes | ||
* Meta-info view ([df3f031](https://github.com/gemini-testing/html-reporter/commit/df3f031)) | ||
<a name="1.3.0"></a> | ||
@@ -12,0 +17,0 @@ # [1.3.0](https://github.com/gemini-testing/html-reporter/compare/v1.2.0...v1.3.0) (2018-01-22) |
@@ -6,3 +6,3 @@ 'use strict'; | ||
import classNames from 'classnames'; | ||
import map from 'lodash'; | ||
import {map} from 'lodash'; | ||
@@ -9,0 +9,0 @@ const mkLinkToUrl = (url, text) => { |
{ | ||
"name": "html-reporter", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "Plugin for gemini which is intended to aggregate the results of tests running into html report", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is too big to display
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
397687