stryker-api
Advanced tools
Comparing version 0.13.0 to 0.13.1
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="0.13.1"></a> | ||
## [0.13.1](https://github.com/stryker-mutator/stryker/compare/stryker-api@0.13.0...stryker-api@0.13.1) (2018-03-21) | ||
**Note:** Version bump only for package stryker-api | ||
<a name="0.13.0"></a> | ||
@@ -8,0 +16,0 @@ # [0.13.0](https://github.com/stryker-mutator/stryker/compare/stryker-api@0.12.0...stryker-api@0.13.0) (2018-02-07) |
{ | ||
"name": "stryker-api", | ||
"version": "0.13.0", | ||
"version": "0.13.1", | ||
"description": "The api for the extendable JavaScript mutation testing framework Stryker", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -7,3 +7,3 @@ [![Build Status](https://travis-ci.org/stryker-mutator/stryker.svg?branch=master)](https://travis-ci.org/stryker-mutator/stryker) | ||
# Stryker API | ||
This is the repository for maintaining the API of the [Stryker](http://stryker-mutator.github.io) JavaScript mutation testing framework. | ||
This is the repository for maintaining the API of the [Stryker](https://stryker-mutator.io) JavaScript mutation testing framework. | ||
Plugin creators should depend on this API rather than on the main Stryker repository directly. | ||
@@ -25,2 +25,2 @@ | ||
More info comming soon. In the mean time, take a look at the [Stryker homepage](http://stryker-mutator.github.io). | ||
More info comming soon. In the mean time, take a look at the [Stryker homepage](https://stryker-mutator.io). |
72839