From e006adee7a0e66f94a4c3ca2cc385da3ab2b87f7 Mon Sep 17 00:00:00 2001 From: nicojs Date: Mon, 18 Jul 2016 06:55:34 +0200 Subject: [PATCH] fix(test-deps): Set version of stryker-api in it --- testResources/module/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testResources/module/package.json b/testResources/module/package.json index 64f4154fae..e34f6d5ef0 100644 --- a/testResources/module/package.json +++ b/testResources/module/package.json @@ -17,7 +17,7 @@ "karma-jasmine": "^1.0.2", "karma-phantomjs-launcher": "^1.0.1", "stryker": "file:../../", - "stryker-api": "^0.1.0", + "stryker-api": "0.1.1", "stryker-karma-runner": "^0.1.0", "typescript": "~1.8.9", "typings": "^0.7.9"