Alan Agius e2d5bc2514 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
2019-10-14 16:34:47 +00:00

28 lines
769 B
JSON

{
"name": "@angular/animations",
"version": "0.0.0-PLACEHOLDER",
"description": "Angular - animations integration with web-animations",
"main": "./bundles/animations.umd.js",
"module": "./fesm5/animations.js",
"es2015": "./fesm2015/animations.js",
"esm5": "./esm5/animations.js",
"esm2015": "./esm2015/animations.js",
"fesm5": "./fesm5/animations.js",
"fesm2015": "./fesm2015/animations.js",
"typings": "./animations.d.ts",
"author": "angular",
"license": "MIT",
"peerDependencies": {
"@angular/core": "0.0.0-PLACEHOLDER",
"tslib": "^1.9.0"
},
"repository": {
"type": "git",
"url": "https://github.com/angular/angular.git"
},
"ng-update": {
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
},
"sideEffects": false
}