fix(compiler-cli): add missing tslib dependency (#27063)

PR Close #27063
This commit is contained in:
Charles Lyding 2018-11-12 12:01:11 -05:00 committed by Andrew Kushnir
parent bc652a2943
commit c31e78f670
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
"magic-string": "^0.25.0",
"shelljs": "^0.8.1",
"source-map": "^0.6.1",
"tslib": "^1.9.0",
"yargs": "9.0.1"
},
"peerDependencies": {