mutation-testing-report-schema
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.0.5](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.0.4...v1.0.5) (2019-04-05) | ||
### Bug Fixes | ||
* **schema:** fix resources dir for maven plugin ([ea130e9](https://github.com/stryker-mutator/mutation-testing-elements/commit/ea130e9)) | ||
## [1.0.4](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.0.3...v1.0.4) (2019-04-05) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "mutation-testing-report-schema", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "The json schema for a mutation testing report.", | ||
@@ -9,3 +9,3 @@ "main": "dist/src/index.js", | ||
"test": "mocha -r source-map-support/register dist/test/**/*.js", | ||
"postpublish": "../../mvn/mvnPublish.sh" | ||
"postpublish": "../../mvn/mvnPublish.sh dist/src" | ||
}, | ||
@@ -21,3 +21,3 @@ "repository": { | ||
"homepage": "https://github.com/stryker-mutator/mutation-testing-elements/tree/master/packages/mutation-testing-elements#readme", | ||
"gitHead": "d0e564a62b49d36d8e3aaa2c9296c264e5c479a6" | ||
"gitHead": "3fd97a9539be6efb6cb7a94c847dd92ed6cef5b1" | ||
} |
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
31944