fix(tsc-wrapped): correct the tsickle dependency in package.json

This commit is contained in:
Igor Minar 2016-08-31 11:20:59 -07:00 committed by Martin Probst
parent f4f6f4b4d8
commit 99c0a7fae2
1 changed files with 1 additions and 1 deletions

View File

@ -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"