From 99c0a7fae2ef8fff44889800253344187f5017ac Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Wed, 31 Aug 2016 11:20:59 -0700 Subject: [PATCH] fix(tsc-wrapped): correct the tsickle dependency in package.json --- tools/@angular/tsc-wrapped/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/@angular/tsc-wrapped/package.json b/tools/@angular/tsc-wrapped/package.json index 6c0747f4d7..708463b798 100644 --- a/tools/@angular/tsc-wrapped/package.json +++ b/tools/@angular/tsc-wrapped/package.json @@ -11,7 +11,7 @@ "license": "MIT", "repository": {"type":"git","url":"https://github.com/angular/angular.git"}, "dependencies": { - "tsickle": "0.1.6" + "tsickle": "^0.1.7" }, "peerDependencies": { "typescript": "^2.0.2"