From 90fd995976cb4bdc728602f9b4f64566e0f7c251 Mon Sep 17 00:00:00 2001 From: Sergey Kuryatnick Date: Tue, 14 Feb 2017 11:24:10 -0500 Subject: [PATCH] fix(package.json): locked version tor types/jasmine (#1635) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a98242c34e..8a547e6e98 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "@angular/router": "^3.4.4", "@angular/tsc-wrapped": "0.5.1", "@ngtools/webpack": "1.2.7", - "@types/jasmine": "^2.5.41", + "@types/jasmine": "2.5.41", "@types/marked": "0.0.28", "@types/node": "7.0.0", "@types/webpack": "^2.2.2",