stryker-html-reporter
Advanced tools
Comparing version 0.16.10 to 0.17.0
@@ -6,2 +6,13 @@ # Change Log | ||
<a name="0.17.0"></a> | ||
# [0.17.0](https://github.com/stryker-mutator/stryker/compare/stryker-html-reporter@0.16.10...stryker-html-reporter@0.17.0) (2018-12-23) | ||
### Features | ||
* **stryker-api:** Support stryker-api 0.23 ([#1293](https://github.com/stryker-mutator/stryker/issues/1293)) ([10720ad](https://github.com/stryker-mutator/stryker/commit/10720ad)) | ||
<a name="0.16.10"></a> | ||
@@ -8,0 +19,0 @@ ## [0.16.10](https://github.com/stryker-mutator/stryker/compare/stryker-html-reporter@0.16.9...stryker-html-reporter@0.16.10) (2018-12-12) |
{ | ||
"name": "stryker-html-reporter", | ||
"version": "0.16.10", | ||
"version": "0.17.0", | ||
"description": "An html reporter for the JavaScript mutation testing framework Stryker", | ||
@@ -49,3 +49,3 @@ "main": "src/index.js", | ||
"peerDependencies": { | ||
"stryker-api": ">=0.18.0 <0.23.0" | ||
"stryker-api": ">=0.18.0 <0.24.0" | ||
}, | ||
@@ -59,5 +59,5 @@ "devDependencies": { | ||
"jquery": "~3.3.1", | ||
"jsdom": "~13.0.0", | ||
"jsdom": "~13.1.0", | ||
"popper.js": "~1.14.3", | ||
"stryker-api": "^0.22.1" | ||
"stryker-api": "^0.23.0" | ||
}, | ||
@@ -64,0 +64,0 @@ "contributors": [ |
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
1064848