fix(tsc-wrapped): correct the tsickle dependency in package.json
This commit is contained in:
parent
f4f6f4b4d8
commit
99c0a7fae2
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue