Comparing version 0.22.1 to 0.22.2
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="0.22.2"></a> | ||
## [0.22.2](https://github.com/stryker-mutator/stryker/compare/stryker@0.22.1...stryker@0.22.2) (2018-04-20) | ||
**Note:** Version bump only for package stryker | ||
<a name="0.22.1"></a> | ||
@@ -8,0 +16,0 @@ ## [0.22.1](https://github.com/stryker-mutator/stryker/compare/stryker@0.22.0...stryker@0.22.1) (2018-04-13) |
{ | ||
"name": "stryker", | ||
"version": "0.22.1", | ||
"version": "0.22.2", | ||
"description": "The extendable JavaScript mutation testing framework", | ||
@@ -82,3 +82,3 @@ "main": "src/Stryker.js", | ||
"@types/progress": "^2.0.1", | ||
"stryker-api": "^0.16.0" | ||
"stryker-api": "^0.16.1" | ||
}, | ||
@@ -85,0 +85,0 @@ "peerDependencies": { |
@@ -51,3 +51,3 @@ [![Build Status](https://travis-ci.org/stryker-mutator/stryker.svg?branch=master)](https://travis-ci.org/stryker-mutator/stryker) | ||
mutate: [ | ||
'src/**/*.js' | ||
'src/**/*.js', | ||
'!src/index.js' | ||
@@ -54,0 +54,0 @@ ], |
350928