feat: change tslib from direct dependency to peerDependency (#32167)
BREAKING CHANGE: We no longer directly have a direct depedency on `tslib`. Instead it is now listed a `peerDependency`. Users not using the CLI will need to manually install `tslib` via; ``` yarn add tslib ``` or ``` npm install tslib --save ``` PR Close #32167
This commit is contained in:
@ -12,7 +12,7 @@
|
||||
"typings": "./compiler.d.ts",
|
||||
"author": "angular",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"peerDependencies": {
|
||||
"tslib": "^1.9.0"
|
||||
},
|
||||
"repository": {
|
||||
|
Reference in New Issue
Block a user