grunt-stryker
Advanced tools
Comparing version 0.5.2 to 0.5.3
@@ -6,2 +6,29 @@ # Change Log | ||
<a name="0.5.3"></a> | ||
## [0.5.3](https://github.com/stryker-mutator/stryker/compare/grunt-stryker@0.5.2...grunt-stryker@0.5.3) (2017-06-08) | ||
<a name="0.5.2"></a> | ||
## 0.5.2 (2017-06-02) | ||
### Bug Fixes | ||
* **build:** Add npm test as preversion script ([c942b05](https://github.com/stryker-mutator/stryker/commit/c942b05)) | ||
* **deps:** Add accept grunt >= 1.0.0 ([29131a5](https://github.com/stryker-mutator/stryker/commit/29131a5)) | ||
* **deps:** Update stryker version ([04c5c1c](https://github.com/stryker-mutator/stryker/commit/04c5c1c)) | ||
* **package.json:** Use most recent major versions (#296) ([57236d8](https://github.com/stryker-mutator/stryker/commit/57236d8)) | ||
* **stryker:** Display stryker errors on the console instead of hiding them (#9) ([e29e582](https://github.com/stryker-mutator/stryker/commit/e29e582)) | ||
### Features | ||
* **deps:** Stryker 0.4 upgrade (#4) ([44b2871](https://github.com/stryker-mutator/stryker/commit/44b2871)) | ||
* Update stryker-api dependency to ^0.4.0 ([47dcad3](https://github.com/stryker-mutator/stryker/commit/47dcad3)) | ||
* **lifetime-support:** Remove 0.12 node support ([f2fdd45](https://github.com/stryker-mutator/stryker/commit/f2fdd45)) | ||
* **README:** Add downloads, node version and gitter badges (#8) ([20d7bcb](https://github.com/stryker-mutator/stryker/commit/20d7bcb)) | ||
<a name="0.5.0"></a> | ||
@@ -8,0 +35,0 @@ # 0.5.0 (2017-04-21) |
{ | ||
"name": "grunt-stryker", | ||
"description": "Grunt plugin for the mutation testing framework 'stryker'", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"bugs": { | ||
@@ -33,3 +33,3 @@ "url": "https://github.com/stryker-mutator/stryker/issues" | ||
"devDependencies": { | ||
"stryker-api": "^0.5.1" | ||
"stryker-api": "^0.5.2" | ||
}, | ||
@@ -39,4 +39,3 @@ "peerDependencies": { | ||
"stryker": "^0.6.0" | ||
}, | ||
"dependencies": {} | ||
} | ||
} |
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
22495