chore: fix build break by using tsickle@0.1.2

This commit is contained in:
Victor Berchet 2016-06-08 09:34:53 -07:00
parent 7aa1790874
commit 9d6b98794e
2 changed files with 2 additions and 2 deletions

2
npm-shrinkwrap.json generated
View File

@ -8294,7 +8294,7 @@
},
"tsickle": {
"version": "0.1.2",
"from": "tsickle@>=0.1.0 <0.2.0",
"from": "tsickle@0.1.2",
"resolved": "https://registry.npmjs.org/tsickle/-/tsickle-0.1.2.tgz",
"dependencies": {
"source-map": {

View File

@ -11,7 +11,7 @@
"license": "MIT",
"repository": {"type":"git","url":"https://github.com/angular/angular.git"},
"dependencies": {
"tsickle": "^0.1.2"
"tsickle": "0.1.2"
},
"peerDependencies": {
"typescript": "^1.9.0-dev"